Loading core/res/AndroidManifest.xml +7 −0 Original line number Diff line number Diff line Loading @@ -4106,6 +4106,13 @@ <permission android:name="com.android.permission.USE_INSTALLER_V2" android:protectionLevel="signature|installer" /> <!-- @TestApi Allows a testOnly application to get installed. <p>Not for use by third-party applications. @hide --> <permission android:name="android.permission.INSTALL_TEST_ONLY_PACKAGE" android:protectionLevel="signature" /> <!-- Allows an application to use System Data Loaders. <p>Not for use by third-party applications. @hide Loading packages/Shell/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ <uses-permission android:name="android.permission.SET_ORIENTATION" /> <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> <uses-permission android:name="com.android.permission.USE_INSTALLER_V2" /> <uses-permission android:name="android.permission.INSTALL_TEST_ONLY_PACKAGE" /> <uses-permission android:name="com.android.permission.USE_SYSTEM_DATA_LOADERS" /> <uses-permission android:name="android.permission.MOVE_PACKAGE" /> <uses-permission android:name="android.permission.KEEP_UNINSTALLED_PACKAGES" /> Loading Loading
core/res/AndroidManifest.xml +7 −0 Original line number Diff line number Diff line Loading @@ -4106,6 +4106,13 @@ <permission android:name="com.android.permission.USE_INSTALLER_V2" android:protectionLevel="signature|installer" /> <!-- @TestApi Allows a testOnly application to get installed. <p>Not for use by third-party applications. @hide --> <permission android:name="android.permission.INSTALL_TEST_ONLY_PACKAGE" android:protectionLevel="signature" /> <!-- Allows an application to use System Data Loaders. <p>Not for use by third-party applications. @hide Loading
packages/Shell/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ <uses-permission android:name="android.permission.SET_ORIENTATION" /> <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> <uses-permission android:name="com.android.permission.USE_INSTALLER_V2" /> <uses-permission android:name="android.permission.INSTALL_TEST_ONLY_PACKAGE" /> <uses-permission android:name="com.android.permission.USE_SYSTEM_DATA_LOADERS" /> <uses-permission android:name="android.permission.MOVE_PACKAGE" /> <uses-permission android:name="android.permission.KEEP_UNINSTALLED_PACKAGES" /> Loading