OsmAnd/OsmAnd/AndroidManifest-freedev.xml

18 lines
663 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">
<application
android:icon="@drawable/icon_free"
tools:replace="android:icon">
<service
android:name="net.osmand.plus.NavigationService"
android:process="net.osmand.dev"
tools:replace="android:process"/>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="net.osmand.dev.fileprovider"
tools:replace="android:authorities"/>
</application>
2016-01-27 22:45:58 +01:00
</manifest>