summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/res/res/values/config.xml7
-rw-r--r--core/res/res/values/symbols.xml3
2 files changed, 10 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index b91052f4ae8..e67f95f2636 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1423,4 +1423,11 @@
<!-- set to false if we dont need to consider data
service state to display signal strength bars -->
<bool name="config_combined_signal">true</bool>
+
+ <!-- Flag indicating whether the RIL_REQUEST_SEND_SMS_EXPECT_MORE
+ API should be used or not. The usage of the API is added
+ by CodeAurora and may not be supported by certain RIL.
+
+ The default value is false which represents AOSP behavior. -->
+ <bool name="config_smsUseExpectMore">false</bool>
</resources>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index ba55f5a3424..4cf55bafa7d 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -1864,4 +1864,7 @@
<!-- LED flashlight -->
<java-symbol type="bool" name="config_enableTorch" />
+
+ <!-- SMS RIL_REQUEST_SEND_SMS_EXPECT_MORE -->
+ <java-symbol type="bool" name="config_smsUseExpectMore" />
</resources>