|
|
|
|
@ -8,10 +8,30 @@
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
|
|
|
|
|
|
<queries>
|
|
|
|
|
<!-- If your app checks for SMS support -->
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<data android:scheme="sms" />
|
|
|
|
|
</intent>
|
|
|
|
|
<!-- If your app checks for call support -->
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<data android:scheme="tel" />
|
|
|
|
|
</intent>
|
|
|
|
|
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<data android:scheme="mailto" />
|
|
|
|
|
</intent>
|
|
|
|
|
|
|
|
|
|
</queries>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<application
|
|
|
|
|
android:extractNativeLibs="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="Customer"
|
|
|
|
|
android:extractNativeLibs="true"
|
|
|
|
|
android:requestLegacyExternalStorage="true">
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".MainActivity"
|
|
|
|
|
|