overlay: Set action for the styles & wallpaper picker activity

Remove the unused wallpaper picker activity overlay while we are at it.

Change-Id: Ib845f33f6e7f1381a9ac8a466f930ffe505c6dbe
This commit is contained in:
Michael Bestas
2024-01-02 12:10:10 +02:00
committed by Michael Bestas
parent 65498a79bd
commit 8d8eeda630

View File

@@ -29,7 +29,8 @@
<!-- Package name and fully-qualified class name for the wallpaper picker activity. -->
<string name="config_wallpaper_picker_package" translatable="false">com.android.wallpaper</string>
<string name="config_wallpaper_picker_class" translatable="false">com.android.customization.picker.CustomizationPickerActivity</string>
<!-- Fully-qualified class name for the styles & wallpaper picker activity. -->
<string name="config_styles_and_wallpaper_picker_class" translatable="false">com.android.customization.picker.CustomizationPickerActivity</string>
<!-- Action name for the styles & wallpaper picker activity. -->
<string name="config_styles_and_wallpaper_picker_action" translatable="false">android.intent.action.SET_WALLPAPER</string>
</resources>