summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/app/wearable/flags.aconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/java/android/app/wearable/flags.aconfig b/core/java/android/app/wearable/flags.aconfig
index 074ce9bb0e82..7b2cc5ee5a47 100644
--- a/core/java/android/app/wearable/flags.aconfig
+++ b/core/java/android/app/wearable/flags.aconfig
@@ -5,4 +5,18 @@ flag {
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