-
Notifications
You must be signed in to change notification settings - Fork 0
Activities
Paradis Perdu edited this page Feb 27, 2019
·
3 revisions
- Review the androidmanifest.xml for activites
- Are they exported?
- What custom permissions are enforced?
- What intent filters are there?
- Are these protected?
run app.activity.info -a com.your.app
run app.activity.start --component com.your.app com.your.app.ACTIVITY
Optional arguments can be passed with the -flags option
run app.activity.start --component com.your.app.intent com.your.app.intent.activity -flags activiity_task --extra string URL "some text"
adb shell am start -a android.intent.action.view