diff options
author | Owen Lin <owenlin@google.com> | 2009-09-19 19:50:42 +0800 |
---|---|---|
committer | Cheng-Ru Lin <owenlin@google.com> | 2009-09-26 04:47:31 +0800 |
commit | 32bfffa5822490ea0e105e9fe00b9df8db1b7b02 (patch) | |
tree | d7705037c4cd66e5805afda407158b7c28226ac6 /res/values | |
parent | c30e5c21c3858c15473427d82608c473d44bf3e4 (diff) | |
download | LegacyCamera-32bfffa5822490ea0e105e9fe00b9df8db1b7b02.zip LegacyCamera-32bfffa5822490ea0e105e9fe00b9df8db1b7b02.tar.gz LegacyCamera-32bfffa5822490ea0e105e9fe00b9df8db1b7b02.tar.bz2 |
Change the default settings of picture size to the largest one.
This fix issue: http://b/2140738.
Change-Id: I9d92370897df7fe392801baa068913728c7d2ffc
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/arrays.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index cf9c6d0..1aecca5 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -48,6 +48,9 @@ <item>@string/pref_camera_picturesize_entry_1024x768</item> </string-array> + <!-- When launching the camera app first time, we will set the picture + size to the first one in the list that is also supported by the + driver --> <string-array name="pref_camera_picturesize_entryvalues" translatable="false"> <item>2592x1936</item> <item>2048x1536</item> |