google_pixel: ThemePickerGoogle: Properly override the activity

* Prevents duplicated "Styles" apps of which Android
  will prompt the user which to use.

Change-Id: I178d03a918c28975b56f6719f9601ea26c651611
lineage-19.1
Anay Wadhera 3 years ago committed by Nolen Johnson
parent 30776458f1
commit a9fdafa47f
  1. 3
      ThemePickerGoogle/AndroidManifest.xml

@ -32,8 +32,7 @@
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER"/>
<category android:name="android.intent.category.DEFAULT"/>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity-alias>

Loading…
Cancel
Save