diff options
author | Owen Lin <owenlin@google.com> | 2009-11-17 17:47:22 +0800 |
---|---|---|
committer | Cheng-Ru Lin <owenlin@google.com> | 2009-11-18 23:02:50 +0800 |
commit | 3e44f8076a16792bb295589ca4b467ba27ea2a6f (patch) | |
tree | 8cf5482e38acc9f9b9dba4f683bfcc15339a7c6b /res/xml | |
parent | df926b6e115e0f7fb4342abf0702258b8c285b7c (diff) | |
download | LegacyCamera-3e44f8076a16792bb295589ca4b467ba27ea2a6f.zip LegacyCamera-3e44f8076a16792bb295589ca4b467ba27ea2a6f.tar.gz LegacyCamera-3e44f8076a16792bb295589ca4b467ba27ea2a6f.tar.bz2 |
Use "Use My Location" settings to decide wheather we store the picture's location.
However, if user has specifically assign the "Record Location" we will
follow the settings.
Bug: http://b/2265010
Change-Id: I4863d299b8f461ee73c8aeb4651740855efe3dbd
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/camera_preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml index a59de44..3c348a7 100644 --- a/res/xml/camera_preferences.xml +++ b/res/xml/camera_preferences.xml @@ -47,7 +47,7 @@ android:entries="@array/pref_camera_coloreffect_entries" android:entryValues="@array/pref_camera_coloreffect_entryvalues" android:dialogTitle="@string/pref_camera_coloreffect_dialogtitle" /> - <com.android.camera.BooleanListPreference + <com.android.camera.RecordLocationPreference android:key="pref_camera_recordlocation_key" android:defaultValue="@string/pref_camera_recordlocation_default" android:title="@string/pref_camera_recordlocation_title" |