Merge "Settings: add a new developer menu entry to show hdr/sdr ratio overlay." into main

This commit is contained in:
Sally Qi
2023-11-03 19:13:06 +00:00
committed by Android (Google) Code Review
8 changed files with 345 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ aconfig_declarations {
srcs: [
"settings_accessibility_flag_declarations.aconfig",
"settings_connecteddevice_flag_declarations.aconfig",
"settings_development_flag_declarations.aconfig",
"settings_globalintl_flag_declarations.aconfig",
"settings_experience_flag_declarations.aconfig",
"settings_notification_flag_declarations.aconfig",

View File

@@ -0,0 +1,13 @@
package: "com.android.settings.flags"
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
# NOTE: All Settings flags share the same Flags class, so prefix our
# flags with 'development' to prevent naming collision.
flag {
name: "development_hdr_sdr_ratio"
namespace: "core_graphics"
description: "Shows hdr/sdr dev opton on the development options page from aconfig"
bug: "291863102"
}