2019-12-12 15:42:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
2020-09-28 13:15:29 +02:00
|
|
|
<application
|
|
|
|
android:icon="@mipmap/icon_free"
|
|
|
|
android:label="@string/app_name_free"
|
|
|
|
tools:replace="android:icon, android:label">
|
|
|
|
|
2020-10-06 17:21:47 +02:00
|
|
|
<meta-data
|
|
|
|
android:name="com.huawei.hms.client.appid"
|
|
|
|
android:value="101486545" />
|
|
|
|
<meta-data
|
|
|
|
android:name="com.huawei.hms.client.cpid"
|
|
|
|
android:value="890031000000000038" />
|
|
|
|
|
2020-09-28 13:15:29 +02:00
|
|
|
<activity
|
|
|
|
android:name="net.osmand.plus.activities.MapActivity"
|
|
|
|
android:theme="@style/FirstSplashScreenFree"
|
|
|
|
tools:replace="android:theme"/>
|
2019-12-12 15:42:18 +01:00
|
|
|
|
|
|
|
<service
|
|
|
|
android:name="net.osmand.plus.NavigationService"
|
2020-09-28 13:15:29 +02:00
|
|
|
tools:replace="android:process"
|
|
|
|
android:process="net.osmand.huawei"/>
|
2019-12-12 15:42:18 +01:00
|
|
|
|
2020-09-28 13:15:29 +02:00
|
|
|
<provider
|
|
|
|
android:name="androidx.core.content.FileProvider"
|
|
|
|
tools:replace="android:authorities"
|
|
|
|
android:authorities="net.osmand.huawei.fileprovider"/>
|
|
|
|
</application>
|
2019-12-12 15:42:18 +01:00
|
|
|
</manifest>
|