Launcher Configuration for Samsungs
Samsung-specific parameters within the Launcher.JSON configuration file
"knoxSettings": {
"knoxLicenseKey": "XXXXX-YYYYY-ZZZZZ-11111-22222-33333", // Request the test key from BlueFletch
"knoxProKioskMode": true,
"knoxAllowWifi": true,
"knoxAllowBluetooth": true,
"disableSamsungComponents": [
"com.android.systemui/.controls.ui.CustomControlsActivity",
"com.google.android.googlequicksearchbox",
"com.google.android.gms/.nearby.sharing.DeviceVisibilityActivity"
]
}"knoxSettings": {
...
"knoxEnableRecentsButton": true
}"settings" : {
...
"recentsActivityEnabled": true
}Last updated