Skip to content

Commit e46145f

Browse files
Amith YamasaniAndroid (Google) Code Review
Amith Yamasani
authored and
Android (Google) Code Review
committed
Merge "Configuration param to indicate if sd card is behind the battery."
2 parents a89a3a9 + 55df5c2 commit e46145f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/res/res/values/config.xml

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@
138138
closed. The default is 0. -->
139139
<integer name="config_lidNavigationAccessibility">0</integer>
140140

141+
<!-- Indicate whether the SD card is accessible without removing the battery. -->
142+
<bool name="config_batterySdCardAccessibility">false</bool>
143+
141144
<!-- Vibrator pattern for feedback about a long screen/key press -->
142145
<integer-array name="config_longPressVibePattern">
143146
<item>0</item>

0 commit comments

Comments
 (0)