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:
parent
4e093e92ff
commit
e8e806ae46
1 changed files with 4 additions and 0 deletions
|
@ -571,6 +571,10 @@
|
||||||
<!-- This device does not allow sms service. -->
|
<!-- This device does not allow sms service. -->
|
||||||
<bool name="config_sms_capable">false</bool>
|
<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. -->
|
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
|
||||||
<integer name="config_shutdownBatteryTemperature">580</integer>
|
<integer name="config_shutdownBatteryTemperature">580</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue