OsmAnd/OsmAnd/AndroidManifest-freecustom.xml

26 lines
1 KiB
XML
Raw Normal View History

2018-03-30 23:57:21 +02: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">
<application
android:icon="@mipmap/icon_free"
2018-03-31 00:36:19 +02:00
android:label="@string/app_name_free"
2018-03-30 23:57:21 +02:00
tools:replace="android:icon">
<meta-data
android:name="com.facebook.sdk.ApplicationId"
2018-04-02 14:19:06 +02:00
android:value="fb131313131043971"/>
2018-03-30 23:57:21 +02:00
<activity
android:name="net.osmand.plus.activities.MapActivity"
android:theme="@style/FirstSplashScreenCustom"
tools:replace="android:theme"/>
<service
android:name="net.osmand.plus.NavigationService"
android:process="net.osmand.freecustom"
tools:replace="android:process"/>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="net.osmand.freecustom.fileprovider"
tools:replace="android:authorities"/>
</application>
</manifest>