diff options
author | 2025-01-09 09:51:47 -0700 | |
---|---|---|
committer | 2025-01-09 09:54:18 -0700 | |
commit | 808e070acf5678086706c62fb876c63fb00303cd (patch) | |
tree | cd942c18d385d5f0770b4834b556cc68c83c8da3 | |
parent | 2a80bb35062e9e87916e7740204f92ff40a87bc6 (diff) |
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
-rw-r--r-- | services/print/java/com/android/server/print/flags.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/print/java/com/android/server/print/flags.aconfig b/services/print/java/com/android/server/print/flags.aconfig index 0210791cfeda..42d142545660 100644 --- a/services/print/java/com/android/server/print/flags.aconfig +++ b/services/print/java/com/android/server/print/flags.aconfig @@ -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" } |