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

Commit 09f2eb63 authored by youngtaecha's avatar youngtaecha Committed by Hui Wang
Browse files

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
parent f31b335e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
 No newline at end of file