| | <?xml version="1.0" encoding="utf-8"?> |
---|
| | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
---|
| | package="org.ntlab.amaryllis.client"> |
---|
| | |
---|
| | <!-- |
---|
| | The ACCESS_COARSE/FINE_LOCATION permissions are not required to use |
---|
| | Google Maps Android API v2, but you must specify either coarse or fine |
---|
| | location permissions for the "MyLocation" functionality. |
---|
| |
---|
| | android:icon="@mipmap/ic_launcher" |
---|
| | android:label="@string/app_name" |
---|
| | android:roundIcon="@mipmap/ic_launcher_round" |
---|
| | android:supportsRtl="true" |
---|
| | android:usesCleartextTraffic="true" |
---|
| | android:theme="@style/AppTheme"> |
---|
| | <activity android:name=".VoiceActivity"></activity> |
---|
| | android:theme="@style/AppTheme" |
---|
| | android:usesCleartextTraffic="true"> |
---|
| | <service |
---|
| | android:name=".entities.AmaryllisBackgroundService" |
---|
| | android:exported="false"></service> |
---|
| | |
---|
| | <activity android:name=".VoiceActivity" /> |
---|
| | <!-- |
---|
| | The API key for Google Maps-based APIs is defined as a string resource. |
---|
| | (See the file "res/values/google_maps_api.xml"). |
---|
| | Note that the API key is linked to the encryption key used to sign the APK. |
---|
| |
---|
| | |
No description provided.