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

Commit 808e070a authored by Benjamin Gordon's avatar Benjamin Gordon
Browse files

Correct namespace for do_not_include_capabilities flag

The print component namespace is "printing", not "print".

Bug: 291281543
Test: presubmit
Flag: com.android.server.print.do_not_include_capabilities
Change-Id: I4bb1daeb97bb6a133c8c080dbba35a318130b355
parent 2a80bb35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ container: "system"

flag {
    name: "do_not_include_capabilities"
    namespace: "print"
    namespace: "printing"
    description: "Do not use the flag Context.BIND_INCLUDE_CAPABILITIES when binding to the service"
    bug: "291281543"
}