SOTI surf browser app permission
- 22 March 2019
- SOTI MobiControl - Android
2 Answers- 0 Upvote
- 2 Followers
2 Answers
For devices in Android Enterprise device-owner mode, please refer to my post at https://discussions.soti.net/thread/set-app-permissions-on-zebra-devices/
What version of Soti Surf are you using? I am not sure if I see the same permissions as yours in my previous tests. The permissions you can try maybe are
net.soti.mobicontrol.permission.GET_DATA allow , net.soti.mobicontrol.permission.DEVICE_INFO allow, etc.
The scripts that worked for me were:
afw_set_permission_grant_state net.soti.surf net.soti.mobicontrol.permission.DEVICE_INFO_AFW allow
afw_set_permission_grant_state net.soti.surf net.soti.mobicontrol.permission.GET_DATA_AFW allow
Which set the sliders to an enabled but not accessible position:
Also, I found that I had to add a filter when assigning the package containing the script to tell it to add the script package after SOTI Surf had been installed.
Brian