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

Commit b3df8002 authored by tomhsu's avatar tomhsu Committed by Tom Hsu
Browse files

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
parent 5755c77f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.