summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add "Cell broadcasts" settings indexing for Search in SettingsFabrice Di Meglio2014-04-091-0/+1
| | | | | | | | | | - make the apk a privileged one (required for Settings Search) - add CellBroadcastSearchIndexableProvider which is a SearchIndexablesProvider for providing the search data to index Related to bug #13929390 Change-Id: Ia25f613a01623339fa78ddf10eb4f1c471fd833e
* Use telephony-commonWink Saville2012-07-111-0/+1
| | | | Change-Id: I43496f7ae84e1ac2e2fb982017675b97686c7048
* Add CMAS over CDMA support to CellBroadcastReceiver app.Jake Hamby2012-03-131-0/+1
| | | | | | | | | | | | | | | Add support for CMAS warning notifications over CDMA to CellBroadcastReceiver app. The framework code now sends cell broadcasts in a radio-technology independent form by passing the new Parcelable android.telephony.SmsCbMessage class as the "message" intent of the SMS_CB_RECEIVED_ACTION or SMS_EMERGENCY_CB_RECEIVED_ACTION, instead of as a GSM/UMTS "pdu" byte array. The database version has also been upgraded to encompass metadata for ETWS and CMAS emergency broadcasts, as well as CDMA format broadcasts. Bug: 5856308 Change-Id: I1b10d35d8aa6f0134260116980e4c326f86d2fe7
* Initial checkin of Cell Broadcast display application.Jake Hamby2011-06-061-0/+15
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