Merge "Add TRIGGER_SHELL_PROFCOLLECT_UPLOAD permission" am: 6f1a606d73 am: 4d1b6559ba am: 120891e605

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1781187

Change-Id: I207db80e60ef7e41b3245baafa38638fc573fd3e
This commit is contained in:
Yi Kong
2021-07-29 15:56:28 +00:00
committed by Automerger Merge Worker

View File

@@ -3468,6 +3468,13 @@
<permission android:name="android.permission.TRIGGER_SHELL_BUGREPORT"
android:protectionLevel="signature" />
<!-- Allows an application to trigger profcollect report upload via shell.
<p>Not for use by third-party applications.
@hide
-->
<permission android:name="android.permission.TRIGGER_SHELL_PROFCOLLECT_UPLOAD"
android:protectionLevel="signature" />
<!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
@hide
@SystemApi -->