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

Commit 1dfba22f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Documenting the way LOADER_USAGE_STATS permission work." into rvc-dev am: 8de63f17

Change-Id: I5428f5c0d385e1b175fac5b7e3a66e8954797887
parents c711333e 8de63f17
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -4122,7 +4122,10 @@
         set of pages referenced over time.
         set of pages referenced over time.
         <p>Declaring the permission implies intention to use the API and the user of the
         <p>Declaring the permission implies intention to use the API and the user of the
         device can grant permission through the Settings application.
         device can grant permission through the Settings application.
         <p>Protection level: signature|privileged|appop -->
         <p>Protection level: signature|privileged|appop
         <p>A data loader has to be the one which provides data to install an app.
         <p>A data loader has to have both permission:LOADER_USAGE_STATS AND
         appop:LOADER_USAGE_STATS allowed to be able to access the read logs. -->
    <permission android:name="android.permission.LOADER_USAGE_STATS"
    <permission android:name="android.permission.LOADER_USAGE_STATS"
        android:protectionLevel="signature|privileged|appop" />
        android:protectionLevel="signature|privileged|appop" />
    <uses-permission android:name="android.permission.LOADER_USAGE_STATS" />
    <uses-permission android:name="android.permission.LOADER_USAGE_STATS" />