|
|
|
@ -59,7 +59,15 @@
@@ -59,7 +59,15 @@
|
|
|
|
|
|
|
|
|
|
<!-- Support devices without USB host mode since there are other connection types --> |
|
|
|
|
<uses-feature android:name="android.hardware.usb.host" android:required="false"/> |
|
|
|
|
<uses-feature android:name="android.hardware.location.GPS" android:required="false" /> |
|
|
|
|
|
|
|
|
|
<!-- Support devices without Bluetooth since there are other connection types --> |
|
|
|
|
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/> |
|
|
|
|
|
|
|
|
|
<!-- Support devices that don't have location services --> |
|
|
|
|
<uses-feature android:name="android.hardware.location.gps" android:required="false" /> |
|
|
|
|
<uses-feature android:name="android.hardware.location.network" android:required="false"/> |
|
|
|
|
<uses-feature android:name="android.hardware.location" android:required="false"/> |
|
|
|
|
|
|
|
|
|
<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application. |
|
|
|
|
Remove the comment if you do not require these default features. --> |
|
|
|
|
<!-- %%INSERT_FEATURES --> |
|
|
|
|