diff options
| author | 2024-05-29 10:50:26 +0000 | |
|---|---|---|
| committer | 2024-05-29 10:50:26 +0000 | |
| commit | b228711a7ac3b801ecd607a7af4eaade9152c7a8 (patch) | |
| tree | 944d4d7e673265ceee008995641585edd28c6ef7 | |
| parent | 85680b52d2597ca9f3d2f3a7ef3bbfac4cf291d4 (diff) | |
| parent | f09f6327d74504e1f10b24c84d1ab6c69de2b48d (diff) | |
Merge "Revert "Remove pre-installed Warp and Google Home apps for private profile"" into main
| -rw-r--r-- | data/etc/preinstalled-packages-platform.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/etc/preinstalled-packages-platform.xml b/data/etc/preinstalled-packages-platform.xml index f9fb84d2b31d..782327713fdc 100644 --- a/data/etc/preinstalled-packages-platform.xml +++ b/data/etc/preinstalled-packages-platform.xml @@ -134,19 +134,4 @@ to pre-existing users, but cannot uninstall pre-existing system packages from pr <install-in-user-type package="com.android.avatarpicker"> <install-in user-type="FULL" /> </install-in-user-type> - - <!-- AiLabs Warp app pre-installed in hardware/google/pixel/common/pixel-common-device.mk --> - <install-in-user-type package="com.google.android.apps.warp"> - <install-in user-type="FULL" /> - <install-in user-type="PROFILE" /> - <do-not-install-in user-type="android.os.usertype.profile.PRIVATE" /> - </install-in-user-type> - - <!-- Google Home app pre-installed on tangor devices in vendor/google/products/tangor_common.mk - --> - <install-in-user-type package="com.google.android.apps.chromecast.app"> - <install-in user-type="FULL" /> - <install-in user-type="PROFILE" /> - <do-not-install-in user-type="android.os.usertype.profile.PRIVATE" /> - </install-in-user-type> </config> |