Loading core/res/res/values/config.xml +6 −0 Original line number Diff line number Diff line Loading @@ -1489,4 +1489,10 @@ <!-- Configuration to enable non-default PDP during IWLAN --> <bool name="config_feature_iwlan_enabled">false</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> core/res/res/values/symbols.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1991,4 +1991,7 @@ <java-symbol type="drawable" name="ic_privacy_guard_off" /> <java-symbol type="string" name="privacy_guard_dialog_title" /> <java-symbol type="string" name="privacy_guard_dialog_summary" /> <!-- SMS RIL_REQUEST_SEND_SMS_EXPECT_MORE --> <java-symbol type="bool" name="config_smsUseExpectMore" /> </resources> Loading
core/res/res/values/config.xml +6 −0 Original line number Diff line number Diff line Loading @@ -1489,4 +1489,10 @@ <!-- Configuration to enable non-default PDP during IWLAN --> <bool name="config_feature_iwlan_enabled">false</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>
core/res/res/values/symbols.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1991,4 +1991,7 @@ <java-symbol type="drawable" name="ic_privacy_guard_off" /> <java-symbol type="string" name="privacy_guard_dialog_title" /> <java-symbol type="string" name="privacy_guard_dialog_summary" /> <!-- SMS RIL_REQUEST_SEND_SMS_EXPECT_MORE --> <java-symbol type="bool" name="config_smsUseExpectMore" /> </resources>