<?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>
    <install-in-user-type package="com.google.android.apps.tachyon">
        <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>

    <!-- Pixel Ai Wallpapers (RELEASE_PACKAGE_PIXEL_WALLPAPER_AI) -->
    <install-in-user-type package="com.google.android.apps.aiwallpapers">
        <install-in user-type="FULL" />
    </install-in-user-type>

    <!-- Google Play Services for AR (ARCore) -->
    <install-in-user-type package="com.google.ar.core">
        <install-in user-type="FULL" />
        <install-in user-type="android.os.usertype.profile.MANAGED" />
        <install-in user-type="android.os.usertype.profile.PRIVATE" />
    </install-in-user-type>
</config>
