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

Commit 6102ad46 authored by Zoltan Szatmary-Ban's avatar Zoltan Szatmary-Ban Committed by Android Git Automerger
Browse files

am 05f62d9d: am 50c21067: am 11a1086f: Merge "Improve javadoc on...

am 05f62d9d: am 50c21067: am 11a1086f: Merge "Improve javadoc on android.permission.PACKAGE_USAGE_STATS" into mnc-dev

* commit '05f62d9d':
  Improve javadoc on android.permission.PACKAGE_USAGE_STATS
parents 846046c6 05f62d9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2113,7 +2113,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" />