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

Commit caef842f authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am c62dafdf: am 05feded4: am 8144aa2e: Merge "Allow system apps to be granted...

am c62dafdf: am 05feded4: am 8144aa2e: Merge "Allow system apps to be granted android.permission.PACKAGE_USAGE_STATS" into mnc-dev

* commit 'c62dafdf':
  Allow system apps to be granted android.permission.PACKAGE_USAGE_STATS
parents 7f70dab1 c62dafdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2100,7 +2100,7 @@
         <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" />
        android:protectionLevel="signature|system|development|appop" />
    <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />

    <!-- @hide Allows an application to change the app idle state of an app.