List all "String keys" from "Start Activity".

Post your questions and help other users.

Moderator: Martin

Post Reply
doc11
Posts: 14
Joined: 01 Oct 2018 11:39

List all "String keys" from "Start Activity".

Post by doc11 » 30 Apr 2020 17:30

Is it possible to list all string keys of an action at "Start activity".

If it does not work, is there another way to read the "String keys" somehow?

Thanks for the help.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: List all "String keys" from "Start Activity".

Post by Desmanto » 30 Apr 2020 18:06

Do you mean how to determine what "extras" parameter we need to put there? I wish there is an easy way too.

- Currently the best ones if the dev of the apps provide the documentation on how to use the intent, along with the needed parameter.
- For android common intent, usually we can google it, there are some website list the common intent and extras
- For app that can use send/view, usually you can catch the intent using intent Intercept. https://f-droid.org/en/packages/uk.co.a ... intercept/
- Other new method I just discover is to peek at the launcher database : viewtopic.php?f=5&t=8672
- The last one is the most difficult and also not guarantee success, only after all above doesn't give any clue; is to decompile the app and look for that particular - intent. This mean we have to understand some java. And even then it is still quite difficult.
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.

Post Reply