diff options
| author | 2024-10-23 20:53:25 +0000 | |
|---|---|---|
| committer | 2024-10-24 22:01:40 +0000 | |
| commit | b50e7b7a06e349d1170f61ac0c06324cd9dedfff (patch) | |
| tree | df63bb8b986208f966dfb6d561485c489ad3da11 | |
| parent | e7f7a0e49e38e7a592664281cd0a9a1693433316 (diff) | |
Add aconfig flag for the WSM#provideReadOnlyParcelFileDescriptor API
Test: Will let presubmit builds
Flag: android.app.wearable.enable_provide_read_only_pfd
Bug: 358130861
Change-Id: Ib90b76bffb790d0afa904e9e87b78fb7ed5dd9dc
| -rw-r--r-- | core/java/android/app/wearable/flags.aconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/core/java/android/app/wearable/flags.aconfig b/core/java/android/app/wearable/flags.aconfig index 534f46172fc1..acb3ff88223d 100644 --- a/core/java/android/app/wearable/flags.aconfig +++ b/core/java/android/app/wearable/flags.aconfig @@ -46,4 +46,12 @@ flag { namespace: "machine_learning" description: "This flag enables the APIs for providing multiple concurrent connections to the WearableSensingService." bug: "358133158" -}
\ No newline at end of file +} + +flag { + name: "enable_provide_read_only_pfd" + is_exported: true + namespace: "machine_learning" + description: "This flag enables the APIs for providing read-only ParcelFileDescriptors to the WearableSensingService." + bug: "358130861" +} |