Loading core/res/AndroidManifest.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2120,7 +2120,7 @@ <!-- Allows an application to grant specific permissions. <!-- Allows an application to grant specific permissions. @hide --> @hide --> <permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS" <permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS" android:protectionLevel="signature|installer" /> android:protectionLevel="signature|installer|verifier" /> <!-- Allows an app that has this permission and the permissions to install packages <!-- Allows an app that has this permission and the permissions to install packages to request certain runtime permissions to be granted at installation. to request certain runtime permissions to be granted at installation. Loading Loading
core/res/AndroidManifest.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2120,7 +2120,7 @@ <!-- Allows an application to grant specific permissions. <!-- Allows an application to grant specific permissions. @hide --> @hide --> <permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS" <permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS" android:protectionLevel="signature|installer" /> android:protectionLevel="signature|installer|verifier" /> <!-- Allows an app that has this permission and the permissions to install packages <!-- Allows an app that has this permission and the permissions to install packages to request certain runtime permissions to be granted at installation. to request certain runtime permissions to be granted at installation. Loading