summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2015-12-12 11:49:42 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2015-12-12 11:49:45 +0100
commitb8400a23f559563a5b652dfc88bd951cd6a2e7ae (patch)
treed668f8e5ac958c3d9f9767c3ed4bac27386b0a01
parentbc0da3a96daa973f8d9cdc7b0beec9ab74e823ac (diff)
downloadandroid_hardware_samsung-b8400a23f559563a5b652dfc88bd951cd6a2e7ae.tar.gz
android_hardware_samsung-b8400a23f559563a5b652dfc88bd951cd6a2e7ae.tar.bz2
android_hardware_samsung-b8400a23f559563a5b652dfc88bd951cd6a2e7ae.zip
ril: Unify network elements property check
frameworks/opt/telephony is using a slightly different named property to check for the QANElements count. Align the check here to the frameworks one to avoid redundancies. Change-Id: I22f7cf070953026798d0ae4759e3c9845dba767c
-rw-r--r--ril/libril/ril.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ril/libril/ril.cpp b/ril/libril/ril.cpp
index bb60703..8df3e51 100644
--- a/ril/libril/ril.cpp
+++ b/ril/libril/ril.cpp
@@ -68,7 +68,7 @@ namespace android {
#define ANDROID_WAKE_LOCK_USECS 200000
#define PROPERTY_RIL_IMPL "gsm.version.ril-impl"
-#define PROPERTY_QAN_ELEMENTS "ro.ril.qanelements"
+#define PROPERTY_QAN_ELEMENTS "ro.ril.telephony.mqanelements"
// match with constant in RIL.java
#define MAX_COMMAND_BYTES (8 * 1024)