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

Commit 120891e6 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Add TRIGGER_SHELL_PROFCOLLECT_UPLOAD permission" am: 6f1a606d am: 4d1b6559

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

Change-Id: I043f5408052d90b9dbc7b5bb1b5929f632ebdec0
parents 951c4e10 4d1b6559
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -3468,6 +3468,13 @@
    <permission android:name="android.permission.TRIGGER_SHELL_BUGREPORT"
    <permission android:name="android.permission.TRIGGER_SHELL_BUGREPORT"
        android:protectionLevel="signature" />
        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
    <!-- Allows an application to be the status bar.  Currently used only by SystemUI.apk
        @hide
        @hide
        @SystemApi -->
        @SystemApi -->