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

Commit e19d8413 authored by Peter Visontay's avatar Peter Visontay
Browse files

Fix the GET_APP_OPS_STATS permission's comment.

Test: none
Change-Id: I182649ad3184db848ffcf5a9b2c1140fd3df1dba
parent d092b9bb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2371,7 +2371,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" />