Stop pre-install of apps on private profile
This change adds do-not-install tags on internal apps that we do not want to be pre-installed in the private space profile Test: Tested by manually flashing the changes on the device Bug: 289017904 Change-Id: Ib8a166e63890fa66b9dec80e6b3dc9cdb89e371f
This commit is contained in:
parent
dcae131b1c
commit
8620205fde
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,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>
|
||||||
|
|
||||||
<!-- RCS - Rich Communication Services (TestRcsApp)
|
<!-- RCS - Rich Communication Services (TestRcsApp)
|
||||||
|
@ -31,5 +32,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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue