1package: "com.android.settings.flags" 2container: "system_ext" 3 4# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors. 5 6# NOTE: All Settings flags share the same Flags class, so prefix our 7# flags with 'development' to prevent naming collision. 8 9flag { 10 name: "development_game_default_frame_rate" 11 namespace: "game" 12 description: "This flag guards the new behavior with the addition of Game Default Frame Rate feature." 13 bug: "286084594" 14} 15 16flag { 17 name: "development_hdr_sdr_ratio" 18 namespace: "core_graphics" 19 description: "Shows hdr/sdr dev opton on the development options page from aconfig" 20 bug: "291863102" 21} 22