Cancel Ask-Every-Time support for SMS by default.
- Ask-Every-Time for SMS is not necessary for OEMs and Carriers, and some OEMs have already not used this behavior.
Flag: EXEMPT resource only update
Fix: b/378409607
Test: make pass
Test: Confirm expected UX in Android Settings app
Test: Confirm UI from Google messager b/378409607#comment4
Change-Id: I8152070abaae628b4c3313589768b18deb3028ad
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 390fbea..1ed81a5 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -2372,7 +2372,7 @@
<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>
+ <bool name="config_sms_ask_every_time_support">false</bool>
<!-- Flag indicating whether the current device allows acknowledgement of SIM operation like
SM-PP or saving SMS to SIM can be done via the IMS interfaces.