Merge "Allow User Switcher to always be able to be launched in lockTaskMode" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1ffeb05173
@@ -900,7 +900,7 @@
|
|||||||
android:showWhenLocked="true"
|
android:showWhenLocked="true"
|
||||||
android:showForAllUsers="true"
|
android:showForAllUsers="true"
|
||||||
android:finishOnTaskLaunch="true"
|
android:finishOnTaskLaunch="true"
|
||||||
android:lockTaskMode="if_whitelisted"
|
android:lockTaskMode="always"
|
||||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
|
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
|
||||||
android:visibleToInstantApps="true">
|
android:visibleToInstantApps="true">
|
||||||
</activity>
|
</activity>
|
||||||
|
|||||||
Reference in New Issue
Block a user