Skip to content

Commit 65d4445

Browse files
Jake HambyAndroid (Google) Code Review
authored andcommitted
Merge "Add config option to enable links to Cell Broadcast app." into jb-dev
2 parents ed5cc0e + 43af7e0 commit 65d4445

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)