Make FallbackHome lower priority.
This makes SystemUserHomeActivity, which also has a low priority, works properly for system user. Bug: 26358655 Change-Id: If07b39ac5a7015805ac22a968b3d704aaad80012
This commit is contained in:
@@ -2175,7 +2175,7 @@
|
||||
<activity android:name=".FallbackHome"
|
||||
android:excludeFromRecents="true"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
<intent-filter android:priority="-10">
|
||||
<intent-filter android:priority="-1000">
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.HOME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
Reference in New Issue
Block a user