OSDN Git Service

Fix: 5217165, cannot edit downloaded image
authorOwen Lin <owenlin@google.com>
Fri, 26 Aug 2011 14:34:13 +0000 (22:34 +0800)
committerOwen Lin <owenlin@google.com>
Fri, 26 Aug 2011 14:34:13 +0000 (22:34 +0800)
commit1801ef094a8afe7973dc4ec877cc51262fd1544a
treecb4a46afea6225d59bda0590ec17ad737df73bb5
parentbd8e025f1bb39b2be236b183ea8e78f93b308ad1
Fix: 5217165, cannot edit downloaded image

The contentUri of the download image is "file:///xxx". Thus, it cannot get the correct
file type. So, we pass the mimetype in the intent to fix this issue.

Change-Id: I49b4b96472eb6a1561fbada95190c829728c037e
src/com/android/gallery3d/ui/MenuExecutor.java