2016-01-27 22:45:58 +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">
|
2018-05-02 22:06:06 +02:00
|
|
|
|
2016-03-21 10:58:02 +01:00
|
|
|
<application
|
2017-07-03 16:53:21 +02:00
|
|
|
android:icon="@mipmap/icon_nightly"
|
2016-03-21 10:58:02 +01:00
|
|
|
tools:replace="android:icon">
|
2017-07-05 16:45:59 +02:00
|
|
|
<activity
|
2017-07-07 18:02:10 +02:00
|
|
|
android:name="net.osmand.plus.activities.MapActivity"
|
2021-01-19 13:26:27 +01:00
|
|
|
android:theme="@style/FirstSplashScreenNightlyFree"
|
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"
|
|
|
|
android:process="net.osmand.dev"
|
|
|
|
tools:replace="android:process"/>
|
|
|
|
<provider
|
2020-03-05 18:30:07 +01:00
|
|
|
android:name="androidx.core.content.FileProvider"
|
2016-03-21 10:58:02 +01:00
|
|
|
android:authorities="net.osmand.dev.fileprovider"
|
|
|
|
tools:replace="android:authorities"/>
|
|
|
|
</application>
|
2016-01-27 22:45:58 +01:00
|
|
|
</manifest>
|