OSDN Git Service

Add category for wallpaper suggestion
authorMaurice Lam <yukl@google.com>
Sat, 8 Jul 2017 01:21:29 +0000 (18:21 -0700)
committerMaurice Lam <yukl@google.com>
Sat, 8 Jul 2017 01:23:23 +0000 (18:23 -0700)
Add PERSONALIZE category to wallpaper suggestion so it would be shown
during deferred setup.

Test: Manual
Bug: 62019610
Change-Id: Id3d9d926db298fba77dc472ae32574fe8855f962

AndroidManifest.xml

index 4ab27e6..059278d 100644 (file)
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
             </intent-filter>
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="com.android.settings.suggested.category.PERSONALIZE" />
+            </intent-filter>
             <meta-data android:name="com.android.settings.title"
                        android:resource="@string/wallpaper_suggestion_title" />
             <meta-data android:name="com.android.settings.summary"