Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b50e7b7a authored by Tom Chan's avatar Tom Chan
Browse files

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
parent e7f7a0e4
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -47,3 +47,11 @@ flag {
    description: "This flag enables the APIs for providing multiple concurrent connections to the WearableSensingService."
    bug: "358133158"
}

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"
}