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:
@ -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">
|
||||
|
Reference in New Issue
Block a user