diff options
author | Koushik Dutta <koushd@gmail.com> | 2013-07-07 19:13:09 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2013-07-11 09:33:44 -0700 |
commit | af06916efaf041b02df3233b2bf8eeac62d93ae8 (patch) | |
tree | fa950deb6986b90a3a3ed7c1c2e4281b84bd8d05 /Android.mk | |
parent | b7abe4eecf521ec79c0797cfa8ea67e4505a97c4 (diff) | |
download | frameworks_opt_telephony-af06916efaf041b02df3233b2bf8eeac62d93ae8.zip frameworks_opt_telephony-af06916efaf041b02df3233b2bf8eeac62d93ae8.tar.gz frameworks_opt_telephony-af06916efaf041b02df3233b2bf8eeac62d93ae8.tar.bz2 |
Refactor SMS Middleware and SMS Send path.
Introduce a new Broadcast, ACTION_NEW_OUTGOING_SMS, that is similar to the existing call
equivalent ACTION_NEW_OUTGOING_CALL. This allows a receiver to rewrite the intent
or cancel it entirely.
This removes the need for injecting middleware.
Change-Id: I063288461161979f951932f32ade2cfbd72f8b73
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ include $(CLEAR_VARS) LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/src/java LOCAL_SRC_FILES := \ src/java/com/android/internal/telephony/ISms.aidl \ - src/java/com/android/internal/telephony/ISmsMiddleware.aidl \ src/java/com/android/internal/telephony/IIccPhoneBook.aidl \ src/java/com/android/internal/telephony/EventLogTags.logtags \ |