Also explicitly state telephony as not required

This commit is contained in:
Daniel Martí 2015-01-03 18:13:35 +01:00
parent bfc79f3a79
commit 623748091d

View File

@ -18,6 +18,9 @@
android:smallScreens="true"
android:xlargeScreens="true" />
<uses-feature
android:name="android.hardware.telephony"
android:required="false" />
<uses-feature
android:name="android.hardware.wifi"
android:required="false" />