Disable Edge panels on Samsung Android lockdown

Solved Locked
J

Hi,

Is there a way to disable the edge panel in the lockdown android ?

Thanks

Jim.

4 years ago
Android
ANSWERS
Z
ZPMOD@SOTI
4 years ago

Hello JPerron, 

Thanks for posting on Soti Central

Changing your Lockdown profile from 'Activity Suppression' to 'Native' should help

or try the following scripts:

1 -
writeprivateprofstring DeviceFeature DisableMultiWindow 1
apply featurecontrol
 
2 - 
writeprivateprofstring DeviceFeature DisableEdgeScreen 1
apply featurecontrol
 
 
Samsung Model and OS version may impact the behavior 
 
Solution
J
JPerron
4 years ago

The script #2 works!

Thanks