Prevent pre-installation of platform apps on private space
This change adds do-not-install tags for certain platform apps to stop pre-installing them in private space. Ignore-AOSP-First: Changes in topics with internal-only projects Bug: 289017904 Test: Manually tested on device Change-Id: I2195b727c9cb4bc713a31f41d9e7537c379c6405
This commit is contained in:
@@ -27,5 +27,6 @@
|
|||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
</config>
|
</config>
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
</config>
|
</config>
|
||||||
|
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- Camera (Camera2) -->
|
<!-- Camera (Camera2) -->
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
<install-in-user-type package="com.android.deskclock">
|
<install-in-user-type package="com.android.deskclock">
|
||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- Contacts -->
|
<!-- Contacts -->
|
||||||
@@ -56,6 +58,7 @@
|
|||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- Search (QuickSearchBox) TODO(b/258055479) -->
|
<!-- Search (QuickSearchBox) TODO(b/258055479) -->
|
||||||
@@ -64,6 +67,7 @@
|
|||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
|
|
||||||
<!-- WallpaperCropper -->
|
<!-- WallpaperCropper -->
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
<install-in user-type="FULL" />
|
<install-in user-type="FULL" />
|
||||||
<install-in user-type="PROFILE" />
|
<install-in user-type="PROFILE" />
|
||||||
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
|
||||||
|
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
|
||||||
</install-in-user-type>
|
</install-in-user-type>
|
||||||
</config>
|
</config>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user