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

Commit 39141543 authored by Péter Visontay's avatar Péter Visontay Committed by Android (Google) Code Review
Browse files

Merge "Fix the GET_APP_OPS_STATS permission's comment."

parents a3404d2f e19d8413
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2390,7 +2390,8 @@
    <permission android:name="android.permission.UPDATE_DEVICE_STATS"
        android:protectionLevel="signature|privileged" />

    <!-- @SystemApi @hide Allows an application to collect battery statistics -->
    <!-- @SystemApi @hide Allows an application to collect application operation statistics.
         Not for use by third party apps. -->
    <permission android:name="android.permission.GET_APP_OPS_STATS"
        android:protectionLevel="signature|privileged|development" />