1package: "com.android.server.deviceconfig" 2container: "com.android.configinfrastructure" 3 4flag { 5 name: "enable_reboot_notification" 6 namespace: "core_experiments_team_internal" 7 description: "If enabled, a notification appears when flags are staged to be applied on reboot." 8 bug: "296462695" 9} 10 11flag { 12 name: "enable_unattended_reboot" 13 namespace: "core_experiments_team_internal" 14 description: "This flag controls enabling the unattended reboot feature for applying flags." 15 bug: "297502146" 16} 17 18flag { 19 name: "enable_sim_pin_replay" 20 namespace: "core_experiments_team_internal" 21 description: "This flag controls enabling sim pin replay for unattended reboot." 22 bug: "305269414" 23} 24 25flag { 26 name: "enable_custom_reboot_time_configurations" 27 namespace: "core_experiments_team_internal" 28 description: "This flags controls allowing devices to configure the reboot window and frequency." 29 bug: "322076175" 30} 31 32flag { 33 name: "enable_charger_dependency_for_reboot" 34 namespace: "core_experiments_team_internal" 35 description: "This flags controls allowing devices to configure reboot to require charging." 36 bug: "322076175" 37} 38 39flag { 40 name: "fix_flag_staging_notification_resource_fetching" 41 namespace: "core_experiments_team_internal" 42 description: "Fix to avoid using a non-existing resources package for flag-staging notifications." 43 bug: "329143970" 44 metadata { 45 purpose: PURPOSE_BUGFIX 46 } 47} 48 49flag { 50 name: "use_descriptive_log_message" 51 namespace: "core_experiments_team_internal" 52 description: "Log sticky local override instead of just local override." 53 bug: "335493775" 54 metadata { 55 purpose: PURPOSE_BUGFIX 56 } 57}