Cherish: Disable Notifications vibration [2/2]
Signed-off-by: Genkzsz11 <Genkzsz11@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
43d7215f4d
commit
45a71ac0c7
@@ -1198,4 +1198,8 @@
|
|||||||
<!-- Global Actions -->
|
<!-- Global Actions -->
|
||||||
<string name="powermenu_advanced_reboot_title">Advanced reboot</string>
|
<string name="powermenu_advanced_reboot_title">Advanced reboot</string>
|
||||||
<string name="powermenu_advanced_reboot_summary">Enables access to recovery and bootloader</string>
|
<string name="powermenu_advanced_reboot_summary">Enables access to recovery and bootloader</string>
|
||||||
|
|
||||||
|
<!-- Notification Vibration -->
|
||||||
|
<string name="vibrate_on_notifications_title">Vibrate for notifications</string>
|
||||||
|
<string name="vibrate_on_notifications_summary">Toogle for disable vibrate notification</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -235,5 +235,11 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="vibrate_on_notifications"
|
||||||
|
android:icon="@drawable/ic_vibrate"
|
||||||
|
android:title="@string/vibrate_on_notifications_title"
|
||||||
|
android:summary="@string/vibrate_on_notifications_summary"
|
||||||
|
android:defaultValue="true"/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user