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} 10flag { 11 name: "enable_unattended_reboot" 12 namespace: "core_experiments_team_internal" 13 description: "This flag controls enabling the unattended reboot feature for applying flags." 14 bug: "297502146" 15} 16 17flag { 18 name: "enable_sim_pin_replay" 19 namespace: "core_experiments_team_internal" 20 description: "This flag controls enabling sim pin replay for unattended reboot." 21 bug: "305269414" 22} 23 24flag { 25 name: "enable_custom_reboot_time_configurations" 26 namespace: "core_experiments_team_internal" 27 description: "This flags controls allowing devices to configure the reboot window and frequency." 28 bug: "322076175" 29} 30 31flag { 32 name: "enable_charger_dependency_for_reboot" 33 namespace: "core_experiments_team_internal" 34 description: "This flags controls allowing devices to configure reboot to require charging." 35 bug: "322076175" 36} 37 38flag { 39 name: "fix_flag_staging_notification_resource_fetching" 40 namespace: "core_experiments_team_internal" 41 description: "Fix to avoid using a non-existing resources package for flag-staging notifications." 42 bug: "329143970" 43 metadata { 44 purpose: PURPOSE_BUGFIX 45 } 46}