summaryrefslogtreecommitdiff
path: root/common/car_core_hardware.xml
diff options
context:
space:
mode:
authorAntonio Kantek <kanant@google.com>2020-12-04 16:12:46 -0800
committerAntonio Kantek <kanant@google.com>2020-12-04 16:12:46 -0800
commit652ac6d9306dbdab97981bd37136b3da7c04c242 (patch)
treeca530718b657932199adcc1e9df038b907c62ce1 /common/car_core_hardware.xml
parent11cee43c014be63bdc2f5e3b31d191204a3b46a0 (diff)
downloadcar-652ac6d9306dbdab97981bd37136b3da7c04c242.tar.gz
Enabling companion device setup feature on car emulator
Test switching user: 1. Create new user: `adb shell pm create-user "blah"` 2. Switch user: `adb shell am switch-user <id for blah>` 3. Run test again: `atest CompanionDeviceManagerTest` Fixes: 174846112 Test: atest CompanionDeviceManagerTest Test: tested switching user (see script above) Change-Id: I147973c31d6e054595af9e8f51900281615f0ff5
Diffstat (limited to 'common/car_core_hardware.xml')
-rw-r--r--common/car_core_hardware.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/car_core_hardware.xml b/common/car_core_hardware.xml
index a4c287e..2acfdde 100644
--- a/common/car_core_hardware.xml
+++ b/common/car_core_hardware.xml
@@ -44,6 +44,7 @@
<feature name="android.software.connectionservice" />
<feature name="android.software.voice_recognizers" notLowRam="true" />
<feature name="android.software.home_screen" />
+ <feature name="android.software.companion_device_setup" />
<feature name="android.software.cant_save_state" />
<feature name="android.software.midi" />
<feature name="android.software.secure_lock_screen" />