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
commitff25e91ecc8e468e46455f765c573ac0b5ac4380 (patch)
tree4975c1367b3955d40f7d2afd59b757eeb779f2a2 /src/com/android/gallery3d/ui
parentd1b895c92ca4abe707e64c755ab9eabc1985b4c0 (diff)
parent5a352be0df79b03c942eb67a799ddb3aaa1a26a2 (diff)
downloadandroid_packages_apps_Gallery2-ff25e91ecc8e468e46455f765c573ac0b5ac4380.tar.gz
android_packages_apps_Gallery2-ff25e91ecc8e468e46455f765c573ac0b5ac4380.tar.bz2
android_packages_apps_Gallery2-ff25e91ecc8e468e46455f765c573ac0b5ac4380.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