Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 107743cb authored by Fan Zhang's avatar Fan Zhang
Browse files

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
parent c86fa1eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />