Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4661402 authored by cretin45's avatar cretin45 Committed by Ed Carrigan
Browse files

Dialer: Add call waiting vibrate option

Change-Id: Id903310aa0ef74fe01349e39262159e4795f4501
(cherry picked from commit 475a7e9c)
parent f968e24a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@

    <string name="incall_vibration_category_title">In-call vibration</string>
    <string name="incall_vibrate_outgoing_title">Vibrate on answer</string>
    <string name="vibrate_call_waiting">Vibrate on call waiting</string>
    <string name="incall_vibrate_hangup_title">Vibrate on hang up</string>
    <string name="incall_vibrate_45_title">Vibrate every minute</string>
    <string name="incall_vibrate_45_summary">Vibrates at the 45 second mark of every minute during outgoing calls</string>
+4 −0
Original line number Diff line number Diff line
@@ -69,6 +69,10 @@
            android:key="incall_vibrate_outgoing"
            android:title="@string/incall_vibrate_outgoing_title" />

        <CheckBoxPreference
            android:key="incall_vibrate_call_waiting"
            android:title="@string/vibrate_call_waiting"/>

        <CheckBoxPreference
            android:key="incall_vibrate_hangup"
            android:title="@string/incall_vibrate_hangup_title" />