File tree Expand file tree Collapse file tree
common/packages/apps/Settings/res/values
rro_packages/WallpaperPicker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ PRODUCT_PACKAGE_OVERLAYS += \
236236PRODUCT_PACKAGES += \
237237 DocumentsUIOverlay \
238238 NetworkStackOverlay \
239- WallpaperPickerOverlaySettings
239+ WallpaperPickerOverlay
240240
241241# Translations
242242CUSTOM_LOCALES += \
Original file line number Diff line number Diff line change 2828 <bool name =" config_show_mobile_plan" >false</bool >
2929
3030 <!-- Whether wallpaper attribution should be shown or not. -->
31- <bool name =" config_show_wallpaper_attribution" >false</bool >
31+ <bool name =" config_show_wallpaper_attribution" >true</bool >
32+
33+ <!-- Action name for the styles & wallpaper picker activity. -->
34+ <string name =" config_styles_and_wallpaper_picker_action" translatable =" false" >
35+ android.intent.action.SET_WALLPAPER
36+ </string >
3237
3338 <!-- Whether memory from app_info_settings is available or not. -->
3439 <bool name =" config_show_app_info_settings_memory" >true</bool >
Original file line number Diff line number Diff line change 55//
66
77runtime_resource_overlay {
8- name : " WallpaperPickerOverlaySettings " ,
8+ name : " WallpaperPickerOverlay " ,
99 product_specific : true ,
1010}
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.wallpaper.picker.overlay.settings "
2+ package =" com.wallpaper.picker.overlay"
33 android : versionCode =" 1"
44 android : versionName =" 1.0" >
55 <overlay android : targetPackage =" com.android.settings" android : priority =" 1" android : isStatic =" true" />
Original file line number Diff line number Diff line change 66 <string name =" config_wallpaper_picker_package" translatable =" false" >com.android.wallpaper</string >
77 <!-- Fully-qualified class name for the styles & wallpaper picker activity. -->
88 <string name =" config_styles_and_wallpaper_picker_class" translatable =" false" >com.android.customization.picker.CustomizationPickerActivity</string >
9- <!-- Action name for the styles & wallpaper picker activity. -->
10- <string name =" config_styles_and_wallpaper_picker_action" translatable =" false" >android.intent.action.SET_WALLPAPER</string >
119
1210</resources >
You can’t perform that action at this time.
0 commit comments