Page 1 of 1

Can't get subject in Share Intent Receive

Posted: 18 Nov 2018 06:58
by damnzen
In documentation "Send/Share Intent Received" triger returns subject variable but actually it doesn't.

For example, Share command from detailed page in Google Play Store should have subject including app name.
But after Automagic receive the intent through "Send/Share Intent Received" trigger, subject variable returns null .

Re: Can't get subject in Share Intent Receive

Posted: 18 Nov 2018 12:52
by anuraag
Documentation says "when available".

What subject you are expecting?

Re: Can't get subject in Share Intent Receive

Posted: 18 Nov 2018 17:54
by Desmanto
Oh, that's right. The subject is missing even though Playstore provides it. Try to share from Playstore to Intent Intercept. The result of the Extras

EXTRAS:
1 Class: java.lang.String
Key: android.intent.extra.SUBJECT
Value: Check out "Automagic * Automation"
2 Class: java.lang.String
Key: android.intent.extra.TEXT
Value: https://play.google.com/store/apps/deta ... dautomagic

Probably the Send/Share Intent Received should be extended to receive all Extras provided by the source app.

Re: Can't get subject in Share Intent Receive

Posted: 19 Nov 2018 20:14
by Martin
This looks like a bug to me and should be fixed in the next update.
Thanks for reporting!