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

Commit 7d84fc75 authored by Yi Kong's avatar Yi Kong Committed by Android (Google) Code Review
Browse files

Merge "Add TRIGGER_SHELL_PROFCOLLECT_UPLOAD permission" into sc-v2-dev

parents 694d40e8 adb6e79c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3466,6 +3466,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 -->