document updated 10 years ago, on Feb 12, 2014
Specific intents I use sometimes.
(data is formatted for use with QCustomShortcut; format may differ for other shortcut apps
[2]
[3]
[4]
)
Settings > Quick launch
- package = com.android.settings
- class = com.android.settings.quicklaunch.QuickLaunchSettings
|
Settings > Applications > Running applications
- package = com.android.settings
- class = com.android.settings.RunningServices
|
Other tools for dealing with intents:
- capture and examine —
[1]
- capture and replay —
[1]
[2]
- examine APKs for intent filters — [1]
[2]