Add Settings overlay for theme picker.

Makes theme picker appear under display settings.

Change-Id: Ibd02eacf1c199979123e54054715b72d91af3851
gugelfrei
Danny Baumann 5 years ago committed by Bruno Martins
parent a8f45e9914
commit e5df0f0c7e

@ -26,4 +26,10 @@
<!-- Whether wallpaper attribution should be shown or not. -->
<bool name="config_show_wallpaper_attribution">false</bool>
<!-- 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>
</resources>

Loading…
Cancel
Save