summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-11-23 09:55:12 -0800
committerKenny Root <kroot@google.com>2010-11-23 09:56:54 -0800
commit7a8f0f32bc81b32e7454dc3aaa1bc265b7013588 (patch)
treeb52eb11f675b8039494d994f7a5175662b138111 /AndroidManifest.xml
parentad837bdbc0214b3b1ca5a622bc11a927e4eb5c88 (diff)
downloadandroid_packages_apps_ExactCalculator-7a8f0f32bc81b32e7454dc3aaa1bc265b7013588.tar.gz
android_packages_apps_ExactCalculator-7a8f0f32bc81b32e7454dc3aaa1bc265b7013588.tar.bz2
android_packages_apps_ExactCalculator-7a8f0f32bc81b32e7454dc3aaa1bc265b7013588.zip
Move calculator icon to mipmap
So that the different icon densities don't get stripped out of the build by aapt, move it to the mipmap directory. This will ensure that any program using the getDrawableByDensity API can read any density/size of the icon needed. Change-Id: I9b5b9f52f4218e666e2775108bafc16a1ac5866a
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 3b33cea..ef691d0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,7 +4,7 @@
<original-package android:name="com.android.calculator2" />
- <application android:label="@string/app_name" android:icon="@drawable/icon">
+ <application android:label="@string/app_name" android:icon="@mipmap/icon">
<activity android:name="Calculator"
android:theme="@android:style/Theme.Black.NoTitleBar">
<intent-filter>