036beb482d
Change-Id: I71781be97d01598f83be3db828ebaf91c8211b78
11 lines
472 B
XML
11 lines
472 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<PreferenceCategory
|
|
android:title="@string/vibrator_title">
|
|
<com.cyanogenmod.settings.device.VibratorTuningPreference
|
|
android:key="vibrator_tuning"
|
|
android:title="@string/vibrator_tuning_title"
|
|
android:dialogTitle="@string/vibrator_tuning_title" />
|
|
</PreferenceCategory>
|
|
</PreferenceScreen>
|