4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-11 00:46:27 +00:00

add help screen

This commit is contained in:
Jesse Young
2011-09-12 19:06:03 -07:00
parent da334a04c9
commit 307f354deb
13 changed files with 83 additions and 2 deletions

View File

@ -19,6 +19,9 @@
</intent-filter>
</activity>
<activity android:name=".Help" android:label="@string/app_name">
</activity>
<receiver android:name=".IncomingMessageForwarder">
<intent-filter>
<action android:name="android.provider.Telephony.SMS_RECEIVED" />