ril: Unify network elements property check
authorChristopher N. Hesse <raymanfx@gmail.com>
Sat, 12 Dec 2015 10:49:42 +0000 (11:49 +0100)
committerChristopher N. Hesse <raymanfx@gmail.com>
Sat, 12 Dec 2015 10:49:45 +0000 (11:49 +0100)
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

ril/libril/ril.cpp

index bb60703af65a991a44f826a96e083984012fab6a..8df3e512cf58362656ab07c5ae67f5cb61984482 100644 (file)
@@ -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)