Skip to content

Commit

Permalink
camera: Use "classic" autofocus mode by default.
Browse files Browse the repository at this point in the history
CAF is nice, but confuses some uses who are expecting the old behavior
(although it should be familiar to Sense users). Switch to classic AF by
default to prevent "my camera won't stop focusing!" bugreports.

Change-Id: I7330f27a1f1e9a9710867abda9ce2e4a8ad4b725
  • Loading branch information
hyperb1iss committed Dec 4, 2010
1 parent 46f7b9e commit 4c9c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<string name="pref_camera_jpegquality_entry_normal">Normal</string>

<!-- Default focus mode setting.-->
<string name="pref_camera_focusmode_default" translatable="false">auto</string>
<string name="pref_camera_focusmode_default" translatable="false">classic</string>
<string name="pref_camera_video_focusmode_default" translatable="false">infinity</string>

<!-- Settings screen, Focus mode title -->
Expand Down

0 comments on commit 4c9c833

Please sign in to comment.