Mipmap drawables for icons
问题 Since Android 4.3 (Jelly Bean) we can now make use of the res/mipmap folders to store \"mipmap\" images. For example, Chrome for Android stores its icons in these folders instead of the more normal res/drawable folders. How are these mipmap images different from the other familiar drawable images? I see that in my manifest, we use the @mipmap/ qualifier, instead of @drawable/ , which makes sense given the resource folder name: <activity android:name=\".MipmapDemp\" android:icon=\"@mipmap/ic