1package: "com.android.wallpaper" 2container: "system" 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: "magic_portrait_flag" 20 namespace: "customization_picker" 21 description: "Enables magic portrait integration when flag is turned on." 22 bug: "334125919" 23} 24 25flag { 26 name: "clock_reactive_variants" 27 namespace: "systemui" 28 description: "Add reactive variant fonts to some clocks" 29 bug: "343495953" 30}