32 lines
No EOL
993 B
XML
32 lines
No EOL
993 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<application
|
|
android:icon="@mipmap/icon_free"
|
|
android:label="OsmAnd — Offline Maps & GPS Navigation"
|
|
tools:replace="android:icon, android:label">
|
|
|
|
<meta-data
|
|
android:name="com.huawei.hms.client.appid"
|
|
android:value="101486545" />
|
|
<meta-data
|
|
android:name="com.huawei.hms.client.cpid"
|
|
android:value="890031000000000038" />
|
|
|
|
<activity
|
|
android:name="net.osmand.plus.activities.MapActivity"
|
|
android:theme="@style/FirstSplashScreenFree"
|
|
tools:replace="android:theme"/>
|
|
|
|
<service
|
|
android:name="net.osmand.plus.NavigationService"
|
|
tools:replace="android:process"
|
|
android:process="net.osmand.huawei"/>
|
|
|
|
<provider
|
|
android:name="androidx.core.content.FileProvider"
|
|
tools:replace="android:authorities"
|
|
android:authorities="net.osmand.huawei.fileprovider"/>
|
|
</application>
|
|
</manifest> |