1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

try to make telephony optional

This commit is contained in:
Andreas Shimokawa 2015-08-22 22:52:29 +02:00
parent 8b9406996c
commit ba6bdad057

View File

@ -25,6 +25,10 @@
android:name="android.hardware.bluetooth_le"
android:required="false" />
<uses-feature
android:name="android.hardware.telephony"
android:required="false" />
<application
android:name=".GBApplication"
android:allowBackup="true"