Standard Android Intents
Starting an Application
{
"package": "com.android.calculator2",
"typeIntent": "a"
}{
"action": "com.bluefletch.ems.remotecontrol.ACTION_START",
"package": "com.bluefletch.ems.emm.remoteagent",
"class": "com.bluefletch.ems.remotecontrol.RemoteActivity",
"flags": 1,
"typeIntent": "a"
}Sending a Broadcast Intent
Sending an Intent with Data
Last updated