Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading