StatixThemePicker: specify the correct intents

Previously, this led to two options popping up for Styles, this fixes that by keeping a default alias

Change-Id: Ia11ba0975c29e5cf8b79c5a2a4bf0c17bda589e9
Reviewed-on: https://review.statixos.com/c/android_packages_apps_Statix_ThemePicker/+/7653
Reviewed-by: Anay Wadhera <anay1018@gmail.com>
Tested-by: Anay Wadhera <anay1018@gmail.com>
This commit is contained in:
Anay Wadhera 2022-04-27 12:51:11 +09:00 committed by StatiXOS Gerrit
parent 866ccb5e50
commit ebee0b6e71
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@
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>