Also explicitly state telephony as not required
This commit is contained in:
parent
bfc79f3a79
commit
623748091d
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user