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

Commit 0bf854a0 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Remove TelecomManager#EXTRA_IS_ENABLED.

This is not needed as part of the API given that RoleManager is used to
tell if InCallServices are enabled when filling the companion app
role.

Test: Build/make api
Bug: 126360569
Change-Id: I0da59cc17cf36e4a9e8cfacccce536c3e744bf53
parent 3005a80e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44025,7 +44025,6 @@ package android.telecom {
    field public static final String EXTRA_INCOMING_CALL_EXTRAS = "android.telecom.extra.INCOMING_CALL_EXTRAS";
    field public static final String EXTRA_INCOMING_VIDEO_STATE = "android.telecom.extra.INCOMING_VIDEO_STATE";
    field public static final String EXTRA_IS_DEFAULT_CALL_SCREENING_APP = "android.telecom.extra.IS_DEFAULT_CALL_SCREENING_APP";
    field public static final String EXTRA_IS_ENABLED = "android.telecom.extra.IS_ENABLED";
    field public static final String EXTRA_NOTIFICATION_COUNT = "android.telecom.extra.NOTIFICATION_COUNT";
    field public static final String EXTRA_NOTIFICATION_PHONE_NUMBER = "android.telecom.extra.NOTIFICATION_PHONE_NUMBER";
    field public static final String EXTRA_OUTGOING_CALL_EXTRAS = "android.telecom.extra.OUTGOING_CALL_EXTRAS";
+0 −6
Original line number Diff line number Diff line
@@ -476,12 +476,6 @@ public class TelecomManager {
    public static final String EXTRA_START_CALL_WITH_RTT =
            "android.telecom.extra.START_CALL_WITH_RTT";

    /**
     * A boolean extra set to indicate whether an app is eligible to be bound to when there are
     * ongoing calls on the device.
     */
    public static final String EXTRA_IS_ENABLED = "android.telecom.extra.IS_ENABLED";

    /**
     * A boolean meta-data value indicating whether an {@link InCallService} implements an
     * in-call user interface. Dialer implementations (see {@link #getDefaultDialerPackage()}) which