Disabled GPS feature requirement (bitfireAT/davx5#241)

* Disabled GPS feature requirement

Signed-off-by: Arnau Mora <arnyminer.z@gmail.com>

* Updated GPS feature comment

Signed-off-by: Arnau Mora <arnyminer.z@gmail.com>

---------

Signed-off-by: Arnau Mora <arnyminer.z@gmail.com>
This commit is contained in:
Arnau Mora 2023-04-18 11:10:20 +02:00 committed by Ricki Hirner
parent aecabb9845
commit 61b6cd5e2e
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA

View file

@ -39,6 +39,11 @@
<!-- ical4android declares task access permissions -->
<!-- Disable GPS capability requirement, which is implicitly derived from ACCESS_FINE_LOCATION
permission and makes app unusable on some devices without GPS. We need location permissions only
to get the current WiFi SSID, and we don't need GPS for that. -->
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
<application
android:name=".App"
android:allowBackup="false"