Remove Lockscreen - Samsung AE/DO

ST
Shawn T
Supply Chain Services LLC

Hello,

Is there a script to remove the lockscreen on an Android Enterprise / Fully Manged device? Tab A,  Android 7.1.1.

It appears this script is not supported in AE. I am primarily trying to remove user access to Chrome. 

  writesecureprofstring  DeviceFeature  DisableLockScreenShortcuts 1

  apply featurecontrol

Have also tried blacklisting Chrome in application run control to no avail. I was trying to avoid manually disabling the lock screen if possible. 

Thanks,

Shawn

5 years ago
Android
ANSWERS
D
DDMOD@SOTI
5 years ago

Hi Shawn,

Thanks for posting your question!

Please disable the Allow all Keyguard Features on the Feature Control to disable the Keyguard features including fingerprint authentication, viewing of notifications, smart lock access and camera access. Enabling Allow All Keyguard Features will automatically enable the other keyguard feature control options.

Available on Managed Device only.

On a Fully Managed device, please run the below script to blacklist the chrome browser:

manualblacklist add com.android.chrome
manualblacklist on

Regards,