Update intent priority for AdvancedAppsActivity.
On Apps & notifications screen, Default apps and Apps permissions have the same prefence order, and hence they are displayed by the ordering of the preference title. Explicitly move Default app below App permissions. Change-Id: Ia3515f65bcb6ac1704dc15127adc3296e50369ef Fix: 37975409 Test: manual
This commit is contained in:
@@ -2894,7 +2894,7 @@
|
||||
<action android:name="android.settings.HOME_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<intent-filter android:priority="130">
|
||||
<intent-filter android:priority="120">
|
||||
<action android:name="com.android.settings.action.SETTINGS"/>
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.category"
|
||||
|
Reference in New Issue
Block a user