Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b56ec17 authored by Cherry Ng's avatar Cherry Ng Committed by Android (Google) Code Review
Browse files

Merge "Add preinstallation configs for AOSP Files, Search and Keyboard" into udc-dev

parents 44caef3d 94a52f20
Loading
Loading
Loading
Loading
+21 −5
Original line number Diff line number Diff line
@@ -17,8 +17,11 @@
     Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
-->
<config>
    <install-in-user-type package="com.android.wallpapercropper">
    <!--  Android Keyboard (AOSP) (LatinIME) TODO(b/258055479) -->
    <install-in-user-type package="com.android.inputmethod.latin">
        <install-in user-type="SYSTEM" />
        <install-in user-type="FULL" />
        <install-in user-type="PROFILE" />
    </install-in-user-type>

    <!--  Calendar  -->
@@ -28,14 +31,14 @@
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
    </install-in-user-type>

    <!--  Camera  -->
    <!--  Camera (Camera2) -->
    <install-in-user-type package="com.android.camera2">
        <install-in user-type="FULL" />
        <install-in user-type="PROFILE" />
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
    </install-in-user-type>

    <!--  Clock  -->
    <!--  Clock (DeskClock) -->
    <install-in-user-type package="com.android.deskclock">
        <install-in user-type="FULL" />
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
@@ -48,10 +51,23 @@
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
    </install-in-user-type>

    <!--  Gallery -->
    <!--  Gallery (Gallery2) -->
    <install-in-user-type package="com.android.gallery3d">
        <install-in user-type="FULL" />
        <install-in user-type="PROFILE" />
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
    </install-in-user-type>

    <!--  Search (QuickSearchBox) TODO(b/258055479) -->
    <install-in-user-type package="com.android.quicksearchbox">
        <install-in user-type="SYSTEM" />
        <install-in user-type="FULL" />
        <install-in user-type="PROFILE" />
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
    </install-in-user-type>

    <!-- WallpaperCropper -->
    <install-in-user-type package="com.android.wallpapercropper">
        <install-in user-type="FULL" />
    </install-in-user-type>
</config>
+9 −1
Original line number Diff line number Diff line
@@ -17,7 +17,15 @@
     Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
-->
<config>
    <!--  Printer (Does not show on launcher, but shows on the share sheet) -->
    <!-- Files (DocumentsUI) TODO(b/258055479) -->
    <install-in-user-type package="com.android.documentsui">
        <install-in user-type="SYSTEM" />
        <install-in user-type="FULL" />
        <install-in user-type="PROFILE" />
        <do-not-install-in user-type="android.os.usertype.profile.CLONE" />
    </install-in-user-type>

    <!--  Printer (BuiltInPrintService) (Does not show on launcher but shows on the share sheet) -->
    <install-in-user-type package="com.android.bips">
        <install-in user-type="FULL" />
        <install-in user-type="PROFILE" />