summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2012-06-07 14:29:12 -0700
committerJake Hamby <jhamby@google.com>2012-06-07 14:29:12 -0700
commitd02a1005f5894c7fc66f42909d9ca8e7fb0983d3 (patch)
tree58d8e4ae7206d5637f3372d9d1d2e959646939e1 /AndroidManifest.xml
parentb4037389c37606778d67cc7ba3bcb3e71c9d1d89 (diff)
downloadandroid_packages_apps_CellBroadcastReceiver-d02a1005f5894c7fc66f42909d9ca8e7fb0983d3.tar.gz
android_packages_apps_CellBroadcastReceiver-d02a1005f5894c7fc66f42909d9ca8e7fb0983d3.tar.bz2
android_packages_apps_CellBroadcastReceiver-d02a1005f5894c7fc66f42909d9ca8e7fb0983d3.zip
Add new icon resources to CMAS app.
Add new launcher and notification icons to Cell Broadcast app. Remove the old launcher icon. Bug: 6464353 Change-Id: I7c4fe6697a3b1ad58756f995bd600cab27432fa8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7afa87c1..b61717c2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -31,7 +31,7 @@
<application android:name="CellBroadcastReceiverApp"
android:label="@string/app_label"
- android:icon="@drawable/ic_launcher_cbreceiver">
+ android:icon="@mipmap/ic_launcher_cell_broadcast">
<service android:name="CellBroadcastAlertAudio"
android:exported="false" />