Parameter | Description | Type | Default Value | Configurable Value |
|---|---|---|---|---|
oAuthTenantID | ID of the tenant | String | empty | Valid tenant ID |
useMSAL | When true, PTT Pro users authenticate using MSAL. When false, users authenticate using OAuth. | Boolean | False | true or false |
{ "useMSAL": true, "use_webview": "false", "oAuthTenantID": "tenant_id", "oAuthClientID": "client_id", "oauth_scope": "oAuth Scope" }
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
adb push WFCPTTProDefault.json /enterprise/device/settings/pttpro/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/enterprise/device/settings/pttpro/WFCPTTProDefault.json"