mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 19:36:50 +01:00
try to make telephony optional
This commit is contained in:
parent
8b9406996c
commit
ba6bdad057
@ -25,6 +25,10 @@
|
|||||||
android:name="android.hardware.bluetooth_le"
|
android:name="android.hardware.bluetooth_le"
|
||||||
android:required="false" />
|
android:required="false" />
|
||||||
|
|
||||||
|
<uses-feature
|
||||||
|
android:name="android.hardware.telephony"
|
||||||
|
android:required="false" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".GBApplication"
|
android:name=".GBApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user