fix string so we get called on boot

This commit is contained in:
Andy2 2011-02-28 18:36:47 -08:00
parent bfc82242d7
commit 69638d8aa9

View file

@ -87,7 +87,7 @@
<receiver android:name="RelayReceiver">
<intent-filter>
<action android:name="android.intent.action.RECEIVE__BOOT_COMPLETED"/>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>