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

Commit 94a52f20 authored by Cynthia Wasonga's avatar Cynthia Wasonga Committed by Cherry Ng
Browse files

Add preinstallation configs for AOSP Files, Search and Keyboard

Bug: 238970256
Bug: 267617358
Test: Verify app installation on device
Change-Id: I08d238dfc61571fc9f575e7b72fbee6db418c90c
Merged-In: I08d238dfc61571fc9f575e7b72fbee6db418c90c
parent a9e0bbdc
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" />