summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/util
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-05-10 14:19:36 -0700
committerByunghun Jeon <bjeon@codeaurora.org>2016-05-31 13:26:52 -0700
commit421cebf7c24fcf0fc4def96165729e938a49fc93 (patch)
tree54a2acbedf78868624e713144939ca13c8d41893 /src/com/android/camera/util
parent2a853d42d02a7beb054c904df29da07126aeaa35 (diff)
downloadandroid_packages_apps_Snap-421cebf7c24fcf0fc4def96165729e938a49fc93.tar.gz
android_packages_apps_Snap-421cebf7c24fcf0fc4def96165729e938a49fc93.tar.bz2
android_packages_apps_Snap-421cebf7c24fcf0fc4def96165729e938a49fc93.zip
SnapdragonCamera: Update settingsManager and add Dual mode to Scene mode
Update settingsManager and add Dual mode to Scene mode Change-Id: I508430840c3fb8c7d0b56a2a63e09b271754fcb4 CRs-Fixed: 1018118
Diffstat (limited to 'src/com/android/camera/util')
-rw-r--r--src/com/android/camera/util/PersistUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/util/PersistUtil.java b/src/com/android/camera/util/PersistUtil.java
index 0f3f43f0b..c9a5a474a 100644
--- a/src/com/android/camera/util/PersistUtil.java
+++ b/src/com/android/camera/util/PersistUtil.java
@@ -45,7 +45,7 @@ public class PersistUtil {
}
public static int getLongshotShotLimit() {
- return SystemProperties.getInt(PERSIST_LONGSHOT_SHOT_LIMIT, 0);
+ return SystemProperties.getInt(PERSIST_LONGSHOT_SHOT_LIMIT, 20);
}
}