diff options
author | Ray Chen <raychen@google.com> | 2010-05-10 14:12:41 -0700 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-05-11 17:30:48 +0800 |
commit | e391150007300e63d3fb6e2236db3f4c9247fb9c (patch) | |
tree | 4a1b0eb7c061049e8a7342b8da3e25347a1d1ce0 /src | |
parent | aefb028cb120b2908038f459e33b61d18ad32417 (diff) | |
download | LegacyCamera-e391150007300e63d3fb6e2236db3f4c9247fb9c.zip LegacyCamera-e391150007300e63d3fb6e2236db3f4c9247fb9c.tar.gz LegacyCamera-e391150007300e63d3fb6e2236db3f4c9247fb9c.tar.bz2 |
Fix 2672651 When GPS is disabled, GPS EXIF data is still in the photo
http://2672651
Change-Id: I7992574e978bba1f65c01c942220b0d435b45029
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/camera/Camera.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java index f59e020..f0d38af 100644 --- a/src/com/android/camera/Camera.java +++ b/src/com/android/camera/Camera.java @@ -2116,6 +2116,7 @@ public class Camera extends NoSearchActivity implements View.OnClickListener, } if (mRecordLocation != recordLocation) { + mRecordLocation = recordLocation; if (mRecordLocation) { startReceivingLocationUpdates(); } else { |