google_pixel: Copy preinstalled packages sysconfig

lineage-20.0
Nolen Johnson 2 years ago
parent 40de9afda0
commit c3b116eb8c
  1. 3
      apps/GoogleApps.mk
  2. 26
      apps/sysconfig/preinstalled-packages-product-pixel-2017-and-newer.xml

@ -32,7 +32,8 @@ endif
# AiAi Allowlist
PRODUCT_COPY_FILES += \
vendor/google_pixel/apps/sysconfig/aiai_allowlist.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/aiai_allowlist.xml
vendor/google_pixel/apps/sysconfig/aiai_allowlist.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/aiai_allowlist.xml \
vendor/google_pixel/apps/sysconfig/preinstalled-packages-product-pixel-2017-and-newer.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/preinstalled-packages-product-pixel-2017-and-newer.xml
## Core packages
PRODUCT_PACKAGES += \

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- System packages to preinstall on Pixel 2017-and-newer devices, per user type.
Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
-->
<config>
<install-in-user-type package="com.android.wallpaper.livepicker">
<install-in user-type="FULL" />
</install-in-user-type>
<install-in-user-type package="com.google.android.apps.nexuslauncher">
<!-- Unfortunately some things (eg recents) look specifically for launcher in user 0 -->
<install-in user-type="SYSTEM" />
<install-in user-type="FULL" />
</install-in-user-type>
<install-in-user-type package="com.google.android.apps.wallpaper">
<install-in user-type="FULL" />
</install-in-user-type>
<install-in-user-type package="com.google.android.apps.wallpaper.nexus">
<install-in user-type="FULL" />
</install-in-user-type>
<install-in-user-type package="com.google.android.calculator">
<install-in user-type="FULL" />
</install-in-user-type>
<install-in-user-type package="com.google.android.deskclock">
<install-in user-type="FULL" />
</install-in-user-type>
</config>
Loading…
Cancel
Save