ae0a4a89d2995ad375075e06c7bf8f10ebdcef7b |
12-Mar-2013 |
Tom Taylor <tomtaylor@google.com> |
Remove hardwired phone number from Sms Tester app Bug 8357667 Change-Id: I6e65c9a766d6988b6c91c8006c2834da8a9f56fe
msSendIntentTestActivity.java
|
6a3fc7a0b8889e1ab3933f18331267fda88597ea |
20-Mar-2012 |
Tom Taylor <tomtaylor@google.com> |
"Respond via SMS": Non-secure keyguard bogusly appears when using "Custom message" Bug 4998569 Change-Id: Ib307c638d36e647e47262b6fa2cc0ecdec707bc8
msSendIntentTestActivity.java
|
d83675687b1ef742c33bffe8195d7b1852c2c01d |
11-Nov-2011 |
Tom Taylor <tomtaylor@google.com> |
Add a new intent to allow 3rd party apps to disable SMS's notification Bug 5552615 In response to the new intent, the messaging app will put up a dialog that let's the user turn off messaging notifications. Change-Id: I36f7e561fd85e3ba45ca8831943fdae50a14f432
msSendIntentTestActivity.java
|
6d38b19aa9aef46afa855187f23e44d4c06f8878 |
11-Aug-2011 |
Tom Taylor <tomtaylor@google.com> |
Add new send sms intent Add a new intent to send an sms message without any UI interaction. Presently, the Messaging app can already respond to intents with the android.intent.action.SENDTO action, but this brings up the ComposeMessageActivity primed with a destination and message. It's up to the user to review the message and hit send. This new intent will send the message to the user without the user seeing the compose screen and having to hit send. Apps could already send sms's by talking directly to the SmsManager. Using this new intent, however, has the benefit of adding the outgoing message to a thread so the user will be able to see what was sent. In addition, sending a message via the Messaging app compare to the SmsManager will add automatica retry when there's no connection, etc. This new feature could be used by the phone app so the user could easily respond to an incoming phone call by sending a canned sms that reads, "I'm busy, but I'll call you right back." A caller of this new intent must have android.permission.SEND_SMS_NO_CONFIRMATION. An accompanying CL adds the private permission to the framework. An included test app tests the feature. Bug 4563486 Change-Id: I9292ea6d52e135cdabcfe68091d4d24d15524c97 Signed-off-by: Tom Taylor <tomtaylor@google.com>
msSendIntentTestActivity.java
|