Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6979bb98 authored by Keun-young Park's avatar Keun-young Park
Browse files

remove non-mandatory features from car_core

- things like camera, compass, accelerometer, landscape mode not
  mandated.
- each product should add it as necessary.

bug: 28175543
Change-Id: I171e88bee598198a8aeb64afae77b0045c02b2da
parent a0a4e0ee
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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" />