Merge "Documenting the way LOADER_USAGE_STATS permission work." into rvc-dev am: 8de63f171c am: 951a1f73fc am: c021bc4ccc

Change-Id: Ie4c057e7ce50f332b3460a0640a6b6d399bdad68
This commit is contained in:
TreeHugger Robot
2020-04-09 06:08:09 +00:00
committed by Automerger Merge Worker

View File

@@ -4122,7 +4122,10 @@
set of pages referenced over time.
<p>Declaring the permission implies intention to use the API and the user of the
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"
android:protectionLevel="signature|privileged|appop" />
<uses-permission android:name="android.permission.LOADER_USAGE_STATS" />