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:
parent
866ccb5e50
commit
ebee0b6e71
|
@ -46,8 +46,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…
Reference in New Issue