Revert "Fix aidl on free version"

This reverts commit fff2abb0dd.
This commit is contained in:
Alexey Kulish 2017-06-01 13:56:25 +03:00
parent fff2abb0dd
commit 9d1d51cb87
3 changed files with 1 additions and 13 deletions

View file

@ -12,11 +12,6 @@
tools:replace="android:process"
android:process="net.osmand"/>
<service
android:name="net.osmand.aidl.OsmandAidlService"
tools:replace="android:process"
android:process="net.osmand"/>
<provider
android:name="android.support.v4.content.FileProvider"
tools:replace="android:authorities"

View file

@ -9,10 +9,6 @@
android:name="net.osmand.plus.NavigationService"
android:process="net.osmand.dev"
tools:replace="android:process"/>
<service
android:name="net.osmand.aidl.OsmandAidlService"
tools:replace="android:process"
android:process="net.osmand.dev"/>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="net.osmand.dev.fileprovider"

View file

@ -714,10 +714,7 @@
</intent-filter>
</service>
<service
android:process="net.osmand.plus"
android:name="net.osmand.aidl.OsmandAidlService"
android:exported="true">
<service android:name="net.osmand.aidl.OsmandAidlService" android:exported="true" >
<intent-filter>
<action android:name="net.osmand.aidl.OsmandAidlService"/>
<category android:name="android.intent.category.DEFAULT"/>