Merge "Add new config_sms_ask_every_time_support" am: 3587fde833

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1456119

Change-Id: I787d7415c487cf5c64ea73309478a92366f2dd97
This commit is contained in:
Amit Mahajan
2020-10-16 06:39:15 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 0 deletions

View File

@@ -1780,6 +1780,9 @@
Note: This config is deprecated, please use config_defaultSms instead. --> Note: This config is deprecated, please use config_defaultSms instead. -->
<string name="default_sms_application" translatable="false">com.android.messaging</string> <string name="default_sms_application" translatable="false">com.android.messaging</string>
<!-- Flag indicating whether the current device supports "Ask every time" for sms-->
<bool name="config_sms_ask_every_time_support">true</bool>
<!-- Flag indicating whether the current device allows data. <!-- Flag indicating whether the current device allows data.
If true, this means that the device supports data connectivity through If true, this means that the device supports data connectivity through
the telephony network. the telephony network.

View File

@@ -312,6 +312,7 @@
<java-symbol type="bool" name="config_networkSamplingWakesDevice" /> <java-symbol type="bool" name="config_networkSamplingWakesDevice" />
<java-symbol type="bool" name="config_showMenuShortcutsWhenKeyboardPresent" /> <java-symbol type="bool" name="config_showMenuShortcutsWhenKeyboardPresent" />
<java-symbol type="bool" name="config_sip_wifi_only" /> <java-symbol type="bool" name="config_sip_wifi_only" />
<java-symbol type="bool" name="config_sms_ask_every_time_support" />
<java-symbol type="bool" name="config_sms_capable" /> <java-symbol type="bool" name="config_sms_capable" />
<java-symbol type="bool" name="config_sms_utf8_support" /> <java-symbol type="bool" name="config_sms_utf8_support" />
<java-symbol type="bool" name="config_mobile_data_capable" /> <java-symbol type="bool" name="config_mobile_data_capable" />