2015-01-21 02:58:28 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-03-21 10:58:02 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
2016-03-21 09:21:11 +01:00
|
|
|
|
2016-03-21 10:58:02 +01:00
|
|
|
<application
|
2017-07-03 15:40:03 +02:00
|
|
|
android:icon="@mipmap/icon_free"
|
2016-08-19 15:07:38 +02:00
|
|
|
android:label="@string/app_name_free"
|
|
|
|
tools:replace="android:icon, android:label">
|
2018-03-19 15:00:07 +01:00
|
|
|
|
2018-03-22 13:52:34 +01:00
|
|
|
<meta-data
|
|
|
|
android:name="com.facebook.sdk.ApplicationId"
|
2018-04-02 14:19:06 +02:00
|
|
|
android:value="fb2057524931189530"/>
|
2017-07-05 16:45:59 +02:00
|
|
|
<activity
|
2017-07-07 18:02:10 +02:00
|
|
|
android:name="net.osmand.plus.activities.MapActivity"
|
|
|
|
android:theme="@style/FirstSplashScreenFree"
|
2017-07-05 16:45:59 +02:00
|
|
|
tools:replace="android:theme"/>
|
2016-03-21 10:58:02 +01:00
|
|
|
<service
|
|
|
|
android:name="net.osmand.plus.NavigationService"
|
|
|
|
tools:replace="android:process"
|
|
|
|
android:process="net.osmand"/>
|
|
|
|
|
|
|
|
<provider
|
2020-03-05 18:30:07 +01:00
|
|
|
android:name="androidx.core.content.FileProvider"
|
2016-03-21 10:58:02 +01:00
|
|
|
tools:replace="android:authorities"
|
|
|
|
android:authorities="net.osmand.fileprovider"/>
|
|
|
|
</application>
|
2015-01-21 02:58:28 +01:00
|
|
|
</manifest>
|