Create AndroidManifest-freedev.xml
This commit is contained in:
parent
a0c1c05cdd
commit
73d5d34dfa
1 changed files with 12 additions and 0 deletions
12
OsmAnd/AndroidManifest-freedev.xml
Normal file
12
OsmAnd/AndroidManifest-freedev.xml
Normal 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>
|
Loading…
Reference in a new issue