Returns an intent object sent to the app with the following style:
{
action: string,
type: string,
data: string,
flags: integer,
extras: {
appintent: string,
appfile: string, (path to app source file, ex: "/sdcard/DroidScript/appname/appname.js")
app_options: string (ex: "remote"
}
}