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 .
Can't get subject in Share Intent Receive
Moderator: Martin
Re: Can't get subject in Share Intent Receive
Documentation says "when available".
What subject you are expecting?
What subject you are expecting?
Re: Can't get subject in Share Intent Receive
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.
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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Can't get subject in Share Intent Receive
This looks like a bug to me and should be fixed in the next update.
Thanks for reporting!
Thanks for reporting!