Loading src/com/android/gallery3d/app/Wallpaper.java +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ import com.android.gallery3d.common.ApiHelper; import com.android.gallery3d.filtershow.crop.CropActivity; import com.android.gallery3d.filtershow.crop.CropExtras; import java.lang.IllegalArgumentException; /** * Wallpaper picker for the gallery application. This just redirects to the * standard pick action. Loading Loading @@ -107,6 +109,8 @@ public class Wallpaper extends Activity { return; } catch (ActivityNotFoundException anfe) { // ignored; fallthru to existing crop activity } catch (IllegalArgumentException iae) { // ignored; fallthru to existing crop activity } } Loading Loading
src/com/android/gallery3d/app/Wallpaper.java +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ import com.android.gallery3d.common.ApiHelper; import com.android.gallery3d.filtershow.crop.CropActivity; import com.android.gallery3d.filtershow.crop.CropExtras; import java.lang.IllegalArgumentException; /** * Wallpaper picker for the gallery application. This just redirects to the * standard pick action. Loading Loading @@ -107,6 +109,8 @@ public class Wallpaper extends Activity { return; } catch (ActivityNotFoundException anfe) { // ignored; fallthru to existing crop activity } catch (IllegalArgumentException iae) { // ignored; fallthru to existing crop activity } } Loading