summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2012-12-09 03:28:35 -0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-09 03:28:35 -0800
commit6cb6a6af002d0c5a7ac84fc76c466f54d484c546 (patch)
tree44fc4ff593276b9f3c36f33d0d9df084e2c70a4f /telephony
parent36698b47e5396e4389636714ab6c09bdbe014d10 (diff)
parenta5e26a6093ff50d3d84f54d8ce477517d051c575 (diff)
downloadframeworks_base-6cb6a6af002d0c5a7ac84fc76c466f54d484c546.zip
frameworks_base-6cb6a6af002d0c5a7ac84fc76c466f54d484c546.tar.gz
frameworks_base-6cb6a6af002d0c5a7ac84fc76c466f54d484c546.tar.bz2
Merge "Samsung STK support" into mr1-staging
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 077ad68..d93da8f 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -297,4 +297,5 @@ cat include/telephony/ril.h | \
int RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE = 1033;
int RIL_UNSOL_RIL_CONNECTED = 1034;
int RIL_UNSOL_VOICE_RADIO_TECH_CHANGED = 1035;
+ int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}