OsmAnd/OsmAnd/AndroidManifest-free.xml
Alexey Kulish 9d1d51cb87 Revert "Fix aidl on free version"
This reverts commit fff2abb0dd.
2017-06-01 13:56:25 +03:00

20 lines
No EOL
711 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
android:icon="@drawable/icon_free"
android:label="@string/app_name_free"
tools:replace="android:icon, android:label">
<service
android:name="net.osmand.plus.NavigationService"
tools:replace="android:process"
android:process="net.osmand"/>
<provider
android:name="android.support.v4.content.FileProvider"
tools:replace="android:authorities"
android:authorities="net.osmand.fileprovider"/>
</application>
</manifest>