disable Multi Window - For Android+

Solved
Y
Youssef
Right Execution Daily

hi everyone,

I need to know the package name for the Multi Window (see picture below), I want to blacklist it from the SOTI Mobicontrol platform.

Thank you for your return,

Best Regards, 

7 years ago
Android
ANSWERS
A
AJMOD@SOTI
7 years ago

Hi Youssef,

In addition to Raymond's response you can also create and apply a feature control for Android+ devices which disables the use of Multi-Window on both Samsung ELM and non ELM devices. 

Solution
RC
Raymond Chan Diamond Contributor
7 years ago (edited 7 years ago)

Your device seems to be a Samsung device.   If so, you have at least 2 options:

1. There should be a  "Multi Window" option in your device "Settings" to enable/disable. 

2   You can try disabling it remotely  by sending the following script :

  writesecuresetting -sys multi_window_enabled 0
  writesecuresetting -sys multi_window_expanded 0

Y
Youssef
7 years ago

Thanks Chan for your return, 

The script you sent me it works fine.

Y
Youssef
7 years ago

Hi,

Thanks for your helpful.