try to make telephony optional

live-activity-data 0.5.1
Andreas Shimokawa 2015-08-22 22:52:29 +02:00
parent 8b9406996c
commit ba6bdad057
1 changed files with 4 additions and 0 deletions

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"