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

* commit '50c2106758313216db04d077f61ea64f11971045':
  Improve javadoc on android.permission.PACKAGE_USAGE_STATS
This commit is contained in:
Zoltan Szatmary-Ban
2015-05-11 16:46:08 +00:00
committed by Android Git Automerger

View File

@@ -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" />