Set config_cellBroadcastAppLinks as true for mcc262

The config_cellBroadcastAppLinks needs to be set as true to show the
wireless emergency alert settings for Germany.

Bug: 232073192
Test: Manual - checked if user can enter WEA setting menu through
setting

Change-Id: I1c17654b1b2b2057303d89bc3731b6b2d42b09b9
This commit is contained in:
youngtaecha
2022-05-12 10:06:28 +00:00
committed by Hui Wang
parent f31b335eb2
commit 09f2eb6344

View File

@@ -21,5 +21,5 @@
for different hardware and product builds. -->
<resources>
<!-- Set to false to disable emergency alert. -->
<bool name="config_cellBroadcastAppLinks">false</bool>
<bool name="config_cellBroadcastAppLinks">true</bool>
</resources>