11 lines
No EOL
415 B
XML
11 lines
No EOL
415 B
XML
<?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"
|
|
android:name="net.osmand.plus.NavigationService"/>
|
|
|
|
</application>
|
|
</manifest> |