autostart

This commit is contained in:
Milos Kozak 2016-08-07 15:14:18 +02:00
parent 6f1bb28600
commit 12b014afd4

View file

@ -55,6 +55,8 @@
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
<!-- Receiver from xDrip -->
<action android:name="com.eveningoutpost.dexdrip.BgEstimate" />
<!-- Auto start -->
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>