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:
parent
28b5e85a64
commit
a4def4a559
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue