Merge "Adds protection level to doc for QUERY_ALL_PACKAGES" into rvc-dev am: d4703cf2d6 am: c291e76a51

Change-Id: I49ee2553ce152ff4f2b00aff3ea00a055a32875a
This commit is contained in:
Patrick Baumann
2020-05-28 21:51:11 +00:00
committed by Automerger Merge Worker

View File

@@ -5001,7 +5001,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"/>