[and] set GPS as optional.
This commit is contained in:
parent
c0eb7c5dee
commit
85886dcd87
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
android:targetSdkVersion="18" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
|
||||
|
||||
<!-- Required to access Google Play Licensing -->
|
||||
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
|
||||
|
|
Reference in a new issue