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

Commit 3c048b9a authored by Brandon Maxwell's avatar Brandon Maxwell
Browse files

Disabling Dialer ringing feature

+ Need to remove for DP1

Bug=27367182
Bug=27353237
Change-Id: If370c942534bba3fd98c11447e1a83a2bf0cdfe1
parent 450a6057
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -321,7 +321,7 @@
                 android:encryptionAware="true" >
                 android:encryptionAware="true" >
            <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
            <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
            <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING"
            <meta-data android:name="android.telecom.IN_CALL_SERVICE_RINGING"
                android:value="true"/>
                android:value="false"/>
            <intent-filter>
            <intent-filter>
                <action android:name="android.telecom.InCallService"/>
                <action android:name="android.telecom.InCallService"/>
            </intent-filter>
            </intent-filter>
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ public class DialerRingtoneManager {
     * Flag used to determine if the Dialer is responsible for playing ringtones for incoming calls.
     * Flag used to determine if the Dialer is responsible for playing ringtones for incoming calls.
     * Once we're ready to enable Dialer Ringing, these flags should be removed.
     * Once we're ready to enable Dialer Ringing, these flags should be removed.
     */
     */
    private static final boolean IS_DIALER_RINGING_ENABLED = true;
    private static final boolean IS_DIALER_RINGING_ENABLED = false;
    private Boolean mIsDialerRingingEnabledForTesting;
    private Boolean mIsDialerRingingEnabledForTesting;


    private final InCallTonePlayer mInCallTonePlayer;
    private final InCallTonePlayer mInCallTonePlayer;