(Android) Disable debug input reporting by default

This commit is contained in:
twinaphex 2013-01-05 17:55:04 +01:00
parent aeebac522c
commit 4343d64b6f

View File

@ -119,7 +119,7 @@
</PreferenceCategory>
<PreferenceCategory android:title="Debug input reporting" >
<CheckBoxPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="input_debug_enable"
android:summary="This will report keycodes on-screen generated by your input device(s). Useful for debugging."
android:title="Enable" />