mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 09:39:39 +00:00
Stop pre-install of apps on private profile
This change adds do-not-install tags on internal apps that we do not want to preinstall on the private profile. Bug: 289017904 Test: Tested manually on device Change-Id: I0c5faea3eac31881663e893951bea20648a6baa1
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<install-in user-type="FULL" />
|
||||
<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.PRIVATE" />
|
||||
</install-in-user-type>
|
||||
|
||||
<!-- RCS (Rich Communication Services)
|
||||
@@ -31,5 +32,6 @@
|
||||
<install-in user-type="FULL" />
|
||||
<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.PRIVATE" />
|
||||
</install-in-user-type>
|
||||
</config>
|
||||
|
||||
Reference in New Issue
Block a user