1package: "com.android.wallpaper" 2container: "system_ext" 3 4flag { 5 name: "wallpaper_restorer_flag" 6 namespace: "customization_picker" 7 description: "Enables wallpaper restorer when the flag is turned on." 8 bug: "285047815" 9} 10 11flag { 12 name: "refactor_wallpaper_category_flag" 13 namespace: "customization_picker" 14 description: "Enables wallpaper category selection according to recommended architecture when flag is turned on." 15 bug: "290840060" 16} 17 18flag { 19 name: "new_creative_wallpaper_category" 20 namespace: "customization_picker" 21 description: "Add new column for the new creative wallpaper." 22 bug: "381009822" 23} 24 25flag { 26 name: "compose_refactor_flag" 27 namespace: "customization_picker" 28 description: "Refactor pieces of picker UI into compose." 29 bug: "391918848" 30} 31