summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-05-01 17:49:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-01 17:49:38 -0700
commit6cfe7ce6fe6d3486d996288d6c7c700a5c645808 (patch)
treee10fa47fc4a59703f980d66782d01632754509f2 /src/com/android/gallery3d/ui
parentcfd33dc25bf7589dc846c90e85f69a41794d5ca9 (diff)
parente6a85fb5dc3148d8ef4d6cda30183a9ee33f7314 (diff)
downloadandroid_packages_apps_Snap-6cfe7ce6fe6d3486d996288d6c7c700a5c645808.tar.gz
android_packages_apps_Snap-6cfe7ce6fe6d3486d996288d6c7c700a5c645808.tar.bz2
android_packages_apps_Snap-6cfe7ce6fe6d3486d996288d6c7c700a5c645808.zip
am 5a352be0: Increase selection limit
* commit '5a352be0df79b03c942eb67a799ddb3aaa1a26a2': Increase selection limit
Diffstat (limited to 'src/com/android/gallery3d/ui')
-rw-r--r--src/com/android/gallery3d/ui/ActionModeHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/ui/ActionModeHandler.java b/src/com/android/gallery3d/ui/ActionModeHandler.java
index c8a1977ca..6b4f10312 100644
--- a/src/com/android/gallery3d/ui/ActionModeHandler.java
+++ b/src/com/android/gallery3d/ui/ActionModeHandler.java
@@ -53,7 +53,7 @@ public class ActionModeHandler implements Callback, PopupList.OnPopupItemClickLi
@SuppressWarnings("unused")
private static final String TAG = "ActionModeHandler";
- private static final int MAX_SELECTED_ITEMS_FOR_SHARE_INTENT = 100;
+ private static final int MAX_SELECTED_ITEMS_FOR_SHARE_INTENT = 300;
private static final int MAX_SELECTED_ITEMS_FOR_PANORAMA_SHARE_INTENT = 10;
private static final int SUPPORT_MULTIPLE_MASK = MediaObject.SUPPORT_DELETE