OsmAnd/OsmAnd/AndroidManifest-nightlyFree.xml

22 lines
852 B
XML
Raw Normal View History

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">
<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"
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
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>