Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-goldfish: Commit

device/generic/goldfish


Commit MetaInfo

Revision5f2fc39bb40e1efe3bb698a44ea8daaaa8d96dcb (tree)
Time2017-01-26 12:52:32
AuthorJim Kaye <jameskaye@goog...>
CommiterJim Kaye

Log Message

[Emulator] Include the "Cell Broadcast Receiver" app

The Cell Broadcast Receiver app deal with special notifications
such as AMBER Alerts.

Some CTS Verifier tests check the user's ability to configure this app.

This branch of the CL ensurse that the controls for this app are
exposed in Settings.

BUG: 32504713
Test: Manual and CTS Verifier

(cherry picked from d051a7eb8052237c46e0fa1ff861bbfbabf77fea)

Change-Id: Ibb3c6b6e167e8a15e937492c806e1d3370cb2abd

Change Summary

Incremental Difference

--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -27,4 +27,7 @@
2727 <!-- Whether Multiuser UI should be shown -->
2828 <bool name="config_enableMultiUserUI">true</bool>
2929
30+ <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
31+ <bool name="config_cellBroadcastAppLinks">true</bool>
32+
3033 </resources>
Show on old repository browser