Merge "Adds protection level to doc for QUERY_ALL_PACKAGES" into rvc-dev am: d4703cf2d6 am: 0e93e8ad01 am: e7be189927 am: 0a88938c3b
Change-Id: I1bfa257ff254620c0872df4235317711caac4145
This commit is contained in:
@@ -5000,7 +5000,8 @@
|
||||
<permission android:name="android.permission.ASSOCIATE_INPUT_DEVICE_TO_DISPLAY_BY_PORT"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- Allows query of any normal app on the device, regardless of manifest declarations. -->
|
||||
<!-- Allows query of any normal app on the device, regardless of manifest declarations.
|
||||
<p>Protection level: normal -->
|
||||
<permission android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||
android:protectionLevel="normal" />
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
|
||||
|
||||
Reference in New Issue
Block a user