Add setting to redirect vibrator to game controller.
Bug: 6334179 Change-Id: I62c9c163aa4ee2c88286daee77641418869a1dab
This commit is contained in:
@@ -92,4 +92,14 @@
|
||||
android:title="@string/pointer_speed"
|
||||
android:dialogTitle="@string/pointer_speed" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:key="game_controller_settings_category"
|
||||
android:title="@string/game_controller_settings_category">
|
||||
<CheckBoxPreference
|
||||
android:key="vibrate_input_devices"
|
||||
android:title="@string/vibrate_input_devices"
|
||||
android:summaryOn="@string/vibrate_input_devices_summary"
|
||||
android:summaryOff="@string/vibrate_input_devices_summary"
|
||||
android:persistent="false"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user