diff --git a/samples/AconfigDemo/aconfig_demo_flags.aconfig b/samples/AconfigDemo/aconfig_demo_flags.aconfig index 26e726b0b..2a3fb999f 100644 --- a/samples/AconfigDemo/aconfig_demo_flags.aconfig +++ b/samples/AconfigDemo/aconfig_demo_flags.aconfig @@ -1,34 +1,36 @@ package: "com.example.android.aconfig.demo.flags" flag { - name: "append_injected_content" - namespace: "aconfig_demo_ns" - description: "This flag controls injected content" - bug: "287644619" + 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" + 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: "third_flag" - namespace: "configuration" - description: "This flag controls static content" - bug: "287644619" - bug: "280833463" + name: "third_flag" + namespace: "configuration" + description: "This flag controls static content" + bug: "287644619" }