OSDN Git Service

Create new category for lock screen redaction
authorMaurice Lam <yukl@google.com>
Thu, 8 Jun 2017 03:59:51 +0000 (20:59 -0700)
committerMaurice Lam <yukl@google.com>
Thu, 8 Jun 2017 03:59:51 +0000 (20:59 -0700)
So that we can show it without all the other default setup wizard
only actions.

Test: Manual
Bug: 62278041
Change-Id: Iba8a626b9b6e1ae909b4f6260dae7c0462b92627

AndroidManifest.xml

index d40d282..f3a3e4b 100644 (file)
             android:icon="@drawable/ic_suggested_notifications">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
-                <category android:name="com.android.settings.suggested.category.DEFAULT_SETUP_WIZARD_ONLY" />
+                <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
             </intent-filter>
             <meta-data android:name="com.android.settings.require_user_type"
                        android:value="primary" />