Enable links to cell broadcast app

This enables links from the settings to the cell broadcast app for
configuring the behavior for received cell broadcasts.

While most hardware overlays already enabled this setting, it's nothing
hardware related, so it makes sense to set here globally for any device.

I'll also open a PR in `vendor_hardware_overlay` to remove the setting
from all overlays there.
This commit is contained in:
Daniel Roschka 2020-03-15 21:19:52 +01:00
parent e83a8c3726
commit 66a9c57853
No known key found for this signature in database
GPG Key ID: 885B16854284E0B2

View File

@ -34,4 +34,6 @@
<bool name="config_smart_battery_available">true</bool> <bool name="config_smart_battery_available">true</bool>
<dimen name="config_dialogCornerRadius">8.0dip</dimen> <dimen name="config_dialogCornerRadius">8.0dip</dimen>
<dimen name="config_buttonCornerRadius">4.0dip</dimen> <dimen name="config_buttonCornerRadius">4.0dip</dimen>
<bool name="config_cellBroadcastAppLinks">true</bool>
</resources> </resources>