aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-01-19 01:34:46 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-01-19 01:34:46 +0100
commite7db97a472aea5f958df3058703b46a37df19a53 (patch)
treec8de0e0581d9a08569747c54a742e4f5db089ebe /AndroidManifest.xml
parente06ca130dee89b1383e3d0c1470d149776c37022 (diff)
downloadBlueGPS-e7db97a472aea5f958df3058703b46a37df19a53.zip
BlueGPS-e7db97a472aea5f958df3058703b46a37df19a53.tar.gz
BlueGPS-e7db97a472aea5f958df3058703b46a37df19a53.tar.bz2
Change app and notification icons
Used icons inspired from XlAfbk's proposition: http://forum.xda-developers.com/showpost.php?p=10277778&postcount=29
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 d9b0603..ac51b16 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -22,7 +22,7 @@
package="org.broeuschmeul.android.gps.bluetooth.provider"
android:versionCode="120"
android:versionName="@string/versionName">
- <application android:icon="@drawable/icon" android:label="@string/app_name" android:allowClearUserData="true">
+ <application android:icon="@drawable/ic_launcher_bluegps" android:label="@string/app_name" android:allowClearUserData="true">
<activity android:name=".BluetoothGpsActivity"
android:label="@string/app_name"
android:launchMode="singleTask" >