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. 7
      ThemePickerGoogle/AndroidManifest.xml

@ -31,10 +31,9 @@
android:targetActivity="com.android.wallpaper.picker.CustomizationPickerActivity" android:targetActivity="com.android.wallpaper.picker.CustomizationPickerActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER"/> <action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.DEFAULT"/> </intent-filter>
</intent-filter>
</activity-alias> </activity-alias>
<provider android:name="com.google.android.apps.wallpaper.provider.RecentWallpapersProvider" <provider android:name="com.google.android.apps.wallpaper.provider.RecentWallpapersProvider"

Loading…
Cancel
Save