2013-06-09 08:31:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
2013-06-09 08:54:20 +00:00
|
|
|
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" />
|
2013-06-09 08:31:32 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|