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

add test mode to allow testing KalSMS on a phone that is also being used for normal messaging; allow user to configure specific phone numbers to handle

This commit is contained in:
Jesse Young
2011-09-19 14:58:23 -07:00
parent 3357de7e4e
commit eb808372f8
13 changed files with 307 additions and 33 deletions

View File

@ -25,14 +25,16 @@
</intent-filter>
</activity>
<activity android:name=".ui.Help" android:label="@string/app_name">
</activity>
<activity android:name=".ui.ForwardInbox" android:label="@string/app_name">
<activity android:name=".ui.Help" android:label="KalSMS : Help">
</activity>
<activity android:name=".ui.Prefs"
android:label="@string/app_name">
<activity android:name=".ui.TestPhoneNumbers" android:label="KalSMS : Test Phone Numbers">
</activity>
<activity android:name=".ui.ForwardInbox" android:label="KalSMS : Forward Inbox">
</activity>
<activity android:name=".ui.Prefs" android:label="KalSMS : Settings">
</activity>
<receiver android:name=".receiver.SmsReceiver">