summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSanthosh Kumar H E <skhara@codeaurora.org>2014-01-21 19:21:42 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-02-27 05:01:12 -0800
commitb2da1c165bb60154b7cc64db8b7d832fa02b2708 (patch)
tree9a695f64007217b00399651da4f19eca0a3c2fe6 /res/values/strings.xml
parent40aad1d5fb7ad8828b25c502165eaa557327edc2 (diff)
downloadandroid_packages_apps_Snap-b2da1c165bb60154b7cc64db8b7d832fa02b2708.tar.gz
android_packages_apps_Snap-b2da1c165bb60154b7cc64db8b7d832fa02b2708.tar.bz2
android_packages_apps_Snap-b2da1c165bb60154b7cc64db8b7d832fa02b2708.zip
Camera: Add a feature to choose where to store the picture and video
Add a feature to choose use SDcard or phone to store picture and video captured by camera and camcorder. Some of the changes are taken from: I987a691c93edc4250fe0366d0623c85ea0152117 CRs-Fixed: 619806 Change-Id: I009df4c70f0a1b49b20750f806c799f025bb6197
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dc23bc1aa..370254961 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -219,6 +219,12 @@
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">Beep during countdown</string>
+ <!-- Entry of camera save path -->
+ <string name="pref_camera_savepath_title">Storage Position</string>
+ <string name="pref_camera_savepath_default">0</string>
+ <string name="pref_camera_savepath_entry_0">Phone</string>
+ <string name="pref_camera_savepath_entry_1">SD Card</string>
+
<!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
<string name="setting_off">Off</string>
<!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->