| package: "com.example.android.aconfig.demo.flags" |
| |
| flag { |
| name: "append_injected_content" |
| namespace: "aconfig_demo_ns" |
| description: "This flag controls injected content" |
| bug: "287644619" |
| } |
| |
| flag { |
| name: "append_static_content" |
| namespace: "aconfig_demo_ns" |
| description: "This flag controls static content" |
| bug: "287644619" |
| } |
| |
| flag { |
| name: "awesome_flag_1" |
| namespace: "test" |
| description: "A very awesome flag for testing purposes." |
| bug: "287644619" |
| } |
| |
| flag { |
| name: "awesome_flag_2" |
| namespace: "test" |
| description: "Another awesome flag for testing purposes." |
| bug: "287644619" |
| } |
| |
| flag { |
| name: "fifth_flag" |
| namespace: "configuration" |
| description: "The fifth flag, added right after the first three flags." |
| bug: "287644619" |
| } |
| |
| flag { |
| name: "third_flag" |
| namespace: "configuration" |
| description: "This flag controls static content" |
| bug: "287644619" |
| } |
| |
| flag { |
| name: "read_only_flag" |
| namespace: "core_experiments_team_internal" |
| description: "A read only flag for demo" |
| bug: "298754733" |
| is_fixed_read_only: true |
| } |
| |
| flag { |
| name: "test_flag_gantry" |
| namespace: "gantry" |
| description: "A flag used internally by the aconfig team for some testing. I'll be deleted soon!" |
| bug: "297503172" |
| } |