OSDN Git Service

Catching security exception when activity destroyed
authorSelim Cinek <cinek@google.com>
Tue, 4 Mar 2014 20:29:40 +0000 (21:29 +0100)
committerSelim Cinek <cinek@google.com>
Wed, 5 Mar 2014 13:56:42 +0000 (14:56 +0100)
commit459875d09eca62e9f8511adcf269216a7f8d87ac
tree7ed2a6234c27c61fa126354b4438c0b0346c9c39
parent10acea596e3752d1eab693fd34209767e991c92d
Catching security exception when activity destroyed

Fixed a bug where an asynctask tried to load an image
even after the activity was destroyed leading to a
security exception since the permission could not be granted anymore.

Bug: 12760267
Change-Id: I76ee2c0ab268b0ab4bde606706046caf0e39f1e9
WallpaperPicker/src/com/android/launcher3/WallpaperCropActivity.java