Persistent Foreground App
Persistent Foreground app enables an app package to be always displayed on the foreground in both Secured and Open Zones.
Secured Zone
"persistedForegroundApp": {
"intent": {
"action": "android.intent.action.VIEW",
"package": "com.bluefletch.ems.support",
"data": "<data>",
"flags": 1,
"typeIntent": "a"
},
"criteria_OR": [
{
"field": "${session.groups}",
"pattern": ".*Associates.*"
}
]
},Open Zone
Last updated