Restore formatting in AndroidManifest.xml

This commit is contained in:
Bart Sopers 2020-05-04 23:22:42 +02:00
parent df2de82810
commit acf6b50b66

View file

@ -145,8 +145,7 @@
<!-- Service processing incomming data -->
<service
android:name=".services.DataService"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE"/>
android:exported="false" />
<service
android:name=".services.LocationService"
android:exported="false" />
@ -165,7 +164,7 @@
<service
android:name=".plugins.pump.danaRS.services.DanaRSService"
android:enabled="true"
android:exported="false" />
android:exported="true" />
<service
android:name=".plugins.general.wear.wearintegration.WatchUpdaterService"
android:exported="true">
@ -287,7 +286,6 @@
android:name=".plugins.pump.medtronic.service.RileyLinkMedtronicService"
android:enabled="true"
android:exported="true" />
<activity android:name=".plugins.pump.common.dialog.RileyLinkBLEScanActivity">
<intent-filter>
<action android:name="info.nightscout.androidaps.plugins.PumpCommon.dialog.RileyLinkBLEScanActivity" />