summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2014-08-13 16:54:07 +0000
committerAmit Mahajan <amitmahajan@google.com>2014-08-13 21:56:32 +0000
commitad254384ad4157f5a6c5bf55e1f2f4a542f1025a (patch)
tree6f8f1fcbb61d33d84bdcd6f8821fa2fdf86cbfd7 /telephony
parent37f100ea51857a16a25ba17d4889aec036d17c67 (diff)
downloadframeworks_base-ad254384ad4157f5a6c5bf55e1f2f4a542f1025a.zip
frameworks_base-ad254384ad4157f5a6c5bf55e1f2f4a542f1025a.tar.gz
frameworks_base-ad254384ad4157f5a6c5bf55e1f2f4a542f1025a.tar.bz2
Revert "Revert "add apn setting parameters, and set apn parameters to bp""
This reverts commit 193418074ad85878121776ebf316367ad53d2039. Change-Id: I52641411da884fa252c40c303537e61ca6e14fc0
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 1529859..a8a9057 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -287,6 +287,7 @@ cat include/telephony/ril.h | \
int RIL_REQUEST_ALLOW_DATA = 123;
int RIL_REQUEST_GET_HARDWARE_CONFIG = 124;
int RIL_REQUEST_SIM_AUTHENTICATION = 125;
+ int RIL_REQUEST_SET_DATA_PROFILE = 128;
int RIL_UNSOL_RESPONSE_BASE = 1000;
int RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED = 1000;