parent
fff2abb0dd
commit
9d1d51cb87
3 changed files with 1 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue