summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2010-05-12 07:57:16 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-05-12 07:57:16 -0700
commit125dee14bedc326bfbbb751278d549bafe349135 (patch)
treeb81bbdc2b052eb493adedc9fd90bbe5dda8f3f59 /src
parentf1672b4a703ea7600f17f451f6632f1cd399e839 (diff)
parente391150007300e63d3fb6e2236db3f4c9247fb9c (diff)
downloadLegacyCamera-125dee14bedc326bfbbb751278d549bafe349135.zip
LegacyCamera-125dee14bedc326bfbbb751278d549bafe349135.tar.gz
LegacyCamera-125dee14bedc326bfbbb751278d549bafe349135.tar.bz2
am e3911500: Fix 2672651 When GPS is disabled, GPS EXIF data is still in the photo http://2672651
Merge commit 'e391150007300e63d3fb6e2236db3f4c9247fb9c' into kraken * commit 'e391150007300e63d3fb6e2236db3f4c9247fb9c': Fix 2672651 When GPS is disabled, GPS EXIF data is still in the photo
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/Camera.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java
index 9711826..0b33728 100644
--- a/src/com/android/camera/Camera.java
+++ b/src/com/android/camera/Camera.java
@@ -2092,6 +2092,7 @@ public class Camera extends NoSearchActivity implements View.OnClickListener,
mQuickCapture = getQuickCaptureSettings();
if (mRecordLocation != recordLocation) {
+ mRecordLocation = recordLocation;
if (mRecordLocation) {
startReceivingLocationUpdates();
} else {