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

Commit e788cd6c authored by Patrick Berny's avatar Patrick Berny
Browse files

Clean up default a.h.location.network declaration

Remove android.hardware.location from car_core_hardware.xml because
cars don't normally have this out of the box.

Also remove it from shared android.hardware.location.gps.xml because
it should not be tied to the existence of GPS on a platform.

Bug: 293561387
Test: rebuild system, inspect output of adb shell pm list features
           run atest SystemFeaturesTest#testLocationFeatures
Change-Id: I3ae67b95151ee1d876e6bcf2278aa643dd75c9ee
parent b928c8de
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,6 +17,5 @@
<!-- These are the location-related features for devices that include GPS. -->
<permissions>
    <feature name="android.hardware.location" />
    <feature name="android.hardware.location.network" />
    <feature name="android.hardware.location.gps" />
</permissions>
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@

    <feature name="android.hardware.audio.output" />
    <feature name="android.hardware.location" />
    <feature name="android.hardware.location.network" />
    <feature name="android.hardware.bluetooth" />
    <feature name="android.hardware.touchscreen" />
    <feature name="android.hardware.microphone" />