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

Commit dd4590b8 authored by David Riley's avatar David Riley
Browse files

Export android.content.flags.enable_update_service_bindings.

Allow enable_update_service_bindings to be exported so that applications
may start utilizing it.

NO_EXPORTED_FLAG_ADDITION_CHECK=EXIST_IN_API flag:android.content.flags.enable_update_service_bindings

Bug: 424003130
Flag: android.content.flags.enable_update_service_bindings
Test: atest android.app.cts.service.ServiceTest
Change-Id: I0e4a210fb2bde9cb81c72bc8945d66aa066d0ae5
parent 51f7ddfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ flag {

flag {
    name: "enable_update_service_bindings"
    is_exported: true
    namespace: "desktop_pnp"
    description: "Allow apps to batch update service bindings."
    bug: "414865437"