summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2011-05-17 18:49:03 -0700
committerJake Hamby <jhamby@google.com>2011-06-06 15:52:24 -0700
commit50a624a47ce645a7992e346e40a4e7ec5e0df9b7 (patch)
tree6425bdec2c38ae4454144529ba2831acadb1b289 /res/drawable-hdpi
parentf00da53dd98c2d536126ed9a405633de584fd36d (diff)
downloadandroid_packages_apps_CellBroadcastReceiver-50a624a47ce645a7992e346e40a4e7ec5e0df9b7.tar.gz
android_packages_apps_CellBroadcastReceiver-50a624a47ce645a7992e346e40a4e7ec5e0df9b7.tar.bz2
android_packages_apps_CellBroadcastReceiver-50a624a47ce645a7992e346e40a4e7ec5e0df9b7.zip
Initial checkin of Cell Broadcast display application.
Simple Cell Broadcast application. Supports ETWS and CMAS emergency messages, and can be extended to support other types of PWS (Public Warning System) emergency warnings. User preferences for configuration of each supported national system (ETWS, CMAS, and channel 50 broadcasts for Brazil) are displayed/hidden based on the values in res/values/config.xml. For emergency alerts, a flashing warning icon and special alert sound is played. If there is a text-to-speech engine installed for the language of the broadcast, then the contents of the broadcast message will be spoken after the alert sound is played. The user can disable the text-to-speech feature in settings, as well as adjusting the length of the alert sound and enabling/disabling delivery of several emergency broadcast channels. The CellBroadcastReceiverTests apk includes a launcher activity with buttons for sending each type of test message. This APK must be signed with the system certificate in order to acquire the BROADCAST_SMS permission required to send test broadcasts to the app. Change-Id: If9b61e02c246de5783b3e39cd100ea707ea80084
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r--res/drawable-hdpi/ic_launcher_cbreceiver.pngbin0 -> 974 bytes
-rw-r--r--res/drawable-hdpi/ic_warning_large.pngbin0 -> 1077 bytes
-rw-r--r--res/drawable-hdpi/stat_color_warning.pngbin0 -> 264 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_launcher_cbreceiver.png b/res/drawable-hdpi/ic_launcher_cbreceiver.png
new file mode 100644
index 00000000..71857076
--- /dev/null
+++ b/res/drawable-hdpi/ic_launcher_cbreceiver.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_warning_large.png b/res/drawable-hdpi/ic_warning_large.png
new file mode 100644
index 00000000..95be6414
--- /dev/null
+++ b/res/drawable-hdpi/ic_warning_large.png
Binary files differ
diff --git a/res/drawable-hdpi/stat_color_warning.png b/res/drawable-hdpi/stat_color_warning.png
new file mode 100644
index 00000000..65490c63
--- /dev/null
+++ b/res/drawable-hdpi/stat_color_warning.png
Binary files differ