Skip to content

Commit

Permalink
Merge "Configuration param to indicate if sd card is behind the batte…
Browse files Browse the repository at this point in the history
…ry."
  • Loading branch information
Amith Yamasani authored and Android (Google) Code Review committed Feb 25, 2010
2 parents a89a3a9 + 55df5c2 commit e46145f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
closed. The default is 0. -->
<integer name="config_lidNavigationAccessibility">0</integer>

<!-- Indicate whether the SD card is accessible without removing the battery. -->
<bool name="config_batterySdCardAccessibility">false</bool>

<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>
Expand Down

0 comments on commit e46145f

Please sign in to comment.