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

Commit 11a1086f authored by Zoltan Szatmary-Ban's avatar Zoltan Szatmary-Ban Committed by Android (Google) Code Review
Browse files

Merge "Improve javadoc on android.permission.PACKAGE_USAGE_STATS" into mnc-dev

parents b3100f4b 763e170f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2103,7 +2103,8 @@

    <!-- @SystemApi Allows an application to collect component usage
         statistics
         <p>Not for use by third-party applications. -->
         <p>Declaring the permission implies intention to use the API and the user of the
         device can grant permission through the Settings application. -->
    <permission android:name="android.permission.PACKAGE_USAGE_STATS"
        android:protectionLevel="signature|development|appop" />
    <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />