Add aconfig flags for wearable features.
Merging the flags first allows us to promote them to staging before the
feature code is merged, which in turn allows the tests gated by these
flags to be run as part of the feature CL's presubmit when the feature
and tests are submitted together in the same topic.
Test: Will rely on presubmit
Bug: 301427767
Change-Id: Ie678808796ffa9509f149bfed11d59c02251b454
diff --git a/core/java/android/app/wearable/flags.aconfig b/core/java/android/app/wearable/flags.aconfig
index 074ce9b..7b2cc5e 100644
--- a/core/java/android/app/wearable/flags.aconfig
+++ b/core/java/android/app/wearable/flags.aconfig
@@ -5,4 +5,18 @@
namespace: "machine_learning"
description: "This flag enables the WearableSensingManager#STATUS_UNSUPPORTED_OPERATION status code API."
bug: "301427767"
+}
+
+flag {
+ name: "enable_data_request_observer_api"
+ namespace: "machine_learning"
+ description: "This flag enables the API to register a data request observer on WearableSensingManager."
+ bug: "301427767"
+}
+
+flag {
+ name: "enable_provide_wearable_connection_api"
+ namespace: "machine_learning"
+ description: "This flag enables the WearableSensingManager#provideWearableConnection API."
+ bug: "301427767"
}
\ No newline at end of file