13 lines
643 B
XML
13 lines
643 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- System packages to preinstall, per user type,
|
|
Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
|
|
-->
|
|
<config>
|
|
<!-- When stargate is installed in multiple users, it registers the eSIM
|
|
IMSI separately for each user, which the server component does not
|
|
support. To avoid this, we restrict stargate to just the SYSTEM user.
|
|
Consequently,, stargate will not support HSUM. go/supporting-hsum -->
|
|
<install-in-user-type package="com.google.android.apps.stargate">
|
|
<install-in user-type="SYSTEM" />
|
|
</install-in-user-type>
|
|
</config>
|