aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiqun Wu <yiqunw@google.com>2022-08-05 18:31:54 -0700
committerYiqun Wu <yiqunw@google.com>2022-08-08 21:27:05 -0700
commit49057cd1a615ee38c23762863332a868cda503cc (patch)
tree4bc16785dcb6c062c24dd421e855e159b6c95bba
parentaa3f38147fa33a8f25821e54988d05466459739f (diff)
downloadcuttlefish-49057cd1a615ee38c23762863332a868cda503cc.tar.gz
Put Dialer's allowlisting in its own config file
New configuration file is under vendor/auto/embedded/prebuilts/Dialer and allows it for SYSTEM user. Bug: 240968299 Test: manually Change-Id: I6b9027fc887675f77d4d75016b5b05abddc19ec2
-rw-r--r--shared/auto/preinstalled-packages-product-car-cuttlefish.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/shared/auto/preinstalled-packages-product-car-cuttlefish.xml b/shared/auto/preinstalled-packages-product-car-cuttlefish.xml
index 9f22200fc..c93840e97 100644
--- a/shared/auto/preinstalled-packages-product-car-cuttlefish.xml
+++ b/shared/auto/preinstalled-packages-product-car-cuttlefish.xml
@@ -94,9 +94,9 @@
<install-in-user-type package="com.android.cameraextensions">
<install-in user-type="SYSTEM" />
<install-in user-type="FULL" />
- </install-in-user-type>
- <install-in-user-type package="com.android.car.messenger">
- <install-in user-type="FULL" />
+ </install-in-user-type>
+ <install-in-user-type package="com.android.car.messenger">
+ <install-in user-type="FULL" />
<install-in user-type="SYSTEM" />
</install-in-user-type>
<install-in-user-type package="com.android.apps.tag">
@@ -124,9 +124,6 @@
<install-in-user-type package="com.android.car.datacenter">
<install-in user-type="FULL" />
</install-in-user-type>
- <install-in-user-type package="com.android.car.dialer">
- <install-in user-type="FULL" />
- </install-in-user-type>
<install-in-user-type package="com.android.car.goldilocks">
<install-in user-type="FULL" />
</install-in-user-type>