Overlay config_disable_all_cb_messages to true to disable WEA

Set config_disable_all_cb_messages to true. When it is turned off,
DEVICEs MUST stop forwarding cell broadcast messages to CellBroadcast
modules and MUST hide WEA-related UI and notifications. [GMS-4.4.6-001]

Bug: 256753343
Bug: 256558847
Test: No show "Wireless emergency alerts" in following path:
      1. Setting -> Notifications
      2. Setting -> Search "Wireless emergency alerts"
Change-Id: Ie4602fad129d886326cf719a6bf646adf572fa05
This commit is contained in:
Roger Liao 2022-11-23 03:44:19 +08:00
parent 4e093e92ff
commit e8e806ae46

View file

@ -571,6 +571,10 @@
<!-- This device does not allow sms service. -->
<bool name="config_sms_capable">false</bool>
<!-- This device is a wifi only tablet which does not support WEA.
It should not receive CB messages. -->
<bool name="config_disable_all_cb_messages">true</bool>
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">580</integer>
</resources>