Skip to content

Commit

Permalink
remove non-mandatory features from car_core
Browse files Browse the repository at this point in the history
- things like camera, compass, accelerometer, landscape mode not
  mandated.
- each product should add it as necessary.

bug: 28175543
Change-Id: I171e88bee598198a8aeb64afae77b0045c02b2da
  • Loading branch information
Keun-young Park committed Apr 14, 2016
1 parent a0a4e0e commit 6979bb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/etc/car_core_hardware.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@
-->
<permissions>
<feature name="android.hardware.audio.output" />
<feature name="android.hardware.camera" />
<feature name="android.hardware.location" />
<feature name="android.hardware.location.network" />
<feature name="android.hardware.sensor.compass" />
<feature name="android.hardware.sensor.accelerometer" />
<feature name="android.hardware.bluetooth" />
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.microphone" />
<feature name="android.hardware.screen.landscape" />
<!-- Feature to specify if the device is a car -->
<feature name="android.hardware.type.automotive" />

Expand Down

0 comments on commit 6979bb9

Please sign in to comment.