diff options
| author | 2020-09-23 18:45:34 -0700 | |
|---|---|---|
| committer | 2020-09-24 13:05:54 -0700 | |
| commit | ae6a545e88394ba133c7823e55a519aa4b4140d3 (patch) | |
| tree | 474a4ec379a2fda8704dfe9db06fb9484b9e8989 | |
| parent | 3c21a5608428fc11589d8af5d59c3f9f418edafb (diff) | |
Removed android.software.backup from automotive.
Reason: the Backup service doesn't support secondary users.
Test: adb shell pm list features | grep backup || echo NOT_FOUND
Test: atest CtsBackupHostTestCases
Bug: 166339795
Bug: 169341308
Change-Id: I9bf370ac7364725c540e0b9c3acf2d597ea6ab5a
| -rw-r--r-- | data/etc/car_core_hardware.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/etc/car_core_hardware.xml b/data/etc/car_core_hardware.xml index 50f117dd11..6ffb94721d 100644 --- a/data/etc/car_core_hardware.xml +++ b/data/etc/car_core_hardware.xml @@ -38,7 +38,6 @@ <!-- basic system services --> <feature name="android.software.connectionservice" /> <feature name="android.software.voice_recognizers" notLowRam="true" /> - <feature name="android.software.backup" /> <feature name="android.software.home_screen" /> <feature name="android.software.companion_device_setup" /> <feature name="android.software.autofill" /> |