Merge \"DO NOT MERGE Block the user from entering safe boot mode\" into mnc-dev
am: 3e582390b3
Change-Id: Ibb90e151746d405e1cc8a1eb889ffa91aca35bc8
This commit is contained in:
@@ -65,6 +65,7 @@ import android.os.SystemProperties;
|
||||
import android.os.SystemService;
|
||||
import android.os.Trace;
|
||||
import android.os.UserHandle;
|
||||
import android.os.UserManager;
|
||||
import android.os.WorkSource;
|
||||
import android.provider.Settings;
|
||||
import android.util.ArraySet;
|
||||
@@ -7613,6 +7614,12 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
+ " milliseconds before attempting to detect safe mode.");
|
||||
}
|
||||
|
||||
UserManager um = (UserManager) mContext.getSystemService(Context.USER_SERVICE);
|
||||
if (um != null && um.hasUserRestriction(UserManager.DISALLOW_SAFE_BOOT)) {
|
||||
mSafeMode = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
int menuState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY,
|
||||
KeyEvent.KEYCODE_MENU);
|
||||
int sState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY, KeyEvent.KEYCODE_S);
|
||||
|
||||
Reference in New Issue
Block a user