Create AndroidManifest-freedev.xml

This commit is contained in:
vshcherb 2016-01-27 22:45:58 +01:00
parent a0c1c05cdd
commit 73d5d34dfa

View file

@ -0,0 +1,12 @@
<?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 tools:replace="android:icon"
android:icon="@drawable/icon_free">
<service tools:replace="android:process"
android:process="net.osmand.dev"
android:name="net.osmand.plus.NavigationService"/>
</application>
</manifest>