Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
<CheckBoxPreference
android:defaultValue="true"
android:key="use_wifi_only"/>
Shows as an unticked box on Android emulator API level 15 (4.0.3) The same code shows as ticked box on emulator API level 17 (4.2.2).
<CheckBoxPreference
android:defaultValue="true"
android:key="useWifiOnly"/>
Works correctly on both emulators.
Underscores in 'android:key' should either generate a runtime exception or be handled properly.