Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fd69370 authored by Taesu Lee's avatar Taesu Lee
Browse files

Add new config_sms_ask_every_time_support



New config_sms_ask_every_time_support indicates whether it supports
"Ask every time" for sms.

Test: build

Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
Change-Id: Ic7b123bced6cd741538f7c412d2b236cdce41c14
parent f83bccb0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1780,6 +1780,9 @@
         Note: This config is deprecated, please use config_defaultSms instead. -->
    <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.
         If true, this means that the device supports data connectivity through
         the telephony network.
+1 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@
  <java-symbol type="bool" name="config_networkSamplingWakesDevice" />
  <java-symbol type="bool" name="config_showMenuShortcutsWhenKeyboardPresent" />
  <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_utf8_support" />
  <java-symbol type="bool" name="config_mobile_data_capable" />