Skip to content
Snippets Groups Projects
Commit da3d92d8 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Changes to AndroidManifest.xml to facilitate Volker’s PR.

parent 79e8f9b6
No related branches found
No related tags found
No related merge requests found
......@@ -64,19 +64,18 @@
android:label="@string/title_activity_login"
android:theme="@style/SettingsTheme" />
<activity android:name=".medtronic.StatusActivity" />
<service
android:name=".upload.nightscout.NightscoutUploadIntentService"
android:icon="@drawable/ic_launcher" />
<service
android:name=".xdrip_plus.XDripPlusUploadIntentService"
android:icon="@drawable/ic_launcher" />
<service
android:name=".medtronic.service.MedtronicCnlIntentService"
android:icon="@drawable/ic_launcher" />
<activity android:name=".medtronic.StatusActivity" />
<receiver android:name=".medtronic.service.MedtronicCnlAlarmReceiver" />
<receiver android:name=".upload.nightscout.NightscoutUploadReceiver" />
<receiver android:name=".xdrip_plus.XDripPlusUploadReceiver" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment