Skip to content

Commit 43af7e0

Browse files
author
Jake Hamby
committed
Add config option to enable links to Cell Broadcast app.
Add "config_cellBroadcastAppLinks" internal boolean config item, defaulting to false. For devices with the Cell Broadcast app, setting this config option to true will add a menu item to the MMS app to jump to the list of received cell broadcasts, and a preferences item to Settings to jump to cell broadcast settings. Bug: 6709985 Change-Id: I9fe1919e6d76ba1dfe1e1381e2c38ecdd5e0a867
1 parent d5353b4 commit 43af7e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/res/res/values/config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,4 +862,7 @@
862862
[bootmode]:[original USB mode]:[USB mode used]-->
863863
<integer-array translatable="false" name="config_oemUsbModeOverride">
864864
</integer-array>
865+
866+
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
867+
<bool name="config_cellBroadcastAppLinks">false</bool>
865868
</resources>

core/res/res/values/public.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
<java-symbol type="bool" name="config_allowActionMenuItemTextWithIcon" />
244244
<java-symbol type="bool" name="config_bluetooth_adapter_quick_switch" />
245245
<java-symbol type="bool" name="config_bluetooth_sco_off_call" />
246+
<java-symbol type="bool" name="config_cellBroadcastAppLinks" />
246247
<java-symbol type="bool" name="config_duplicate_port_omadm_wappush" />
247248
<java-symbol type="bool" name="config_enable_emergency_call_while_sim_locked" />
248249
<java-symbol type="bool" name="config_enable_puk_unlock_screen" />

0 commit comments

Comments
 (0)