Files
android_development/samples
Guang Zhu b6434aae53 add more variantions for flag on/off filtering demo
... also fixed missing copyright headers in 2 existing test files
... also made the instrumentation against the demo activity for real

Bug: 277819423
Test: atest FlagStateComboTests
      adb shell device_config put test \
        com.example.android.aconfig.demo.flags.awesome_flag_1 <true|false>
      adb shell device_config put test \
        com.example.android.aconfig.demo.flags.awesome_flag_2 <true|false>
Change-Id: I6083f11ee743a8b4f0f9bc23ac6945b5d072ab5e
2023-06-29 16:03:24 -07:00
..
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2021-09-14 11:09:20 -07:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2021-09-14 11:09:20 -07:00

Adding a new folder in development/samples is not enough to have it
be packaged with the SDK.

Make sure to edit development/build/sdk.atree to add the sample to the SDK
build.