History log of /packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a277f438d33872b9a0f1611fb8a86a918765f04b 13-Nov-2014 Tom Taylor <tomtaylor@google.com> Revert "Update Messaging app with msim changes from klp-sprout"

Bug 18373926

Revert the msim-aware Messaging app back to the original Messaging app.

Change-Id: I1b47b78d3d86580b8f1cd1d73ddbb94a417e845b
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
3abe169b6236d57fd9e053d4329045acdf9c245b 04-Nov-2014 Tom Taylor <tomtaylor@google.com> Don't do anything when the Messaging app isn't the default sms app

Bug 7466009

The messaging app has a number of services. In the past, there have been
ways to "trick" these services into sending a message, even though the app
isn't the default SMS app. Only the SmsReceiverService was protected with
an isSmsEnabled check. This CL adds the check to the other potential message
sending services.

Change-Id: I896e076d3612b73d7754b22dcbbd31ba98e8944f
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
19e3aae81a9ccc5ca31f61f16f0d753549daa09b 23-Oct-2014 Wink Saville <wink@google.com> Change subId to int from long

Change-Id: Idae6335e63e7b1e4e714bc17e71b1a4705e38474
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
99010315ed4c3657932f4d6b8b81a531ea264f29 03-Oct-2014 Tom Taylor <tomtaylor@google.com> Update Messaging app with msim changes from klp-sprout

Update the Messaging app to use the new klp-sprout msim APIs. The app
can serve as a test-bed for msim while we bring up the new sms app.
Also, it will serve as an example for others using msim. The code for
making a msim connection for mms is commented out for now
(still uses the old api) as that api hasn't been implemented for
l-sprout-dev yet.

Change-Id: I698cd5c2959aa7e270294386a9bcf77c707b201f
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
ab845dee6565a8dfc384186bc8f2e801a2b087e1 07-Jun-2014 Ye Wen <ywen@google.com> Use unified log tag for Mms app

Change-Id: Icec182674c008c2b9d01a6010a2aafc8111b2b7e
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
24f5e46371137b2edbaa4a0d6ed68bd1abf89baa 26-Mar-2012 Daisuke Miyakawa <dmiyakawa@google.com> Use new permission and action for "instant text response"

This must be after Ib611368d488de2f8e1e853f550eb2c654305eda4

Bug: 5108429
Change-Id: Idda4130f7f20b7cf0fba66900209d36f12dc093f
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.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
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java
c34f7a2cec918c02b68335966dc2547579eb183f 19-Mar-2012 Tom Taylor <tomtaylor@google.com> Strict mode violation: NoConfirmationSendService running on UI thread

Bug 6193569

Use an IntentService so the work will be done off the UI thread.
Verified in the debugger. Tested with phone calls and sending
messages from the incoming call screen.

Change-Id: I2dcf163e3361abd757ded97c8ef4e7de3d3b92dc
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.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>
/packages/apps/Mms/src/com/android/mms/ui/NoConfirmationSendService.java