Move suggestion from LOCK_SCREEN to DEFAULT.
These 2 categories behaves the same, moving suggestions to DEFAULT can save a PackageManager query in SettingsIntelligence. Bug: 121158263 Test: manual Change-Id: I24c84aa61b272120a77bda0ec27b38690f2b4d4d
This commit is contained in:
@@ -1626,7 +1626,7 @@
|
||||
android:icon="@drawable/ic_settings_security">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="com.android.settings.suggested.category.LOCK_SCREEN" />
|
||||
<category android:name="com.android.settings.suggested.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.title"
|
||||
android:resource="@string/suggested_lock_settings_title" />
|
||||
|
||||
Reference in New Issue
Block a user