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

Commit a246d0fd authored by Thomas Stuart's avatar Thomas Stuart Committed by Android (Google) Code Review
Browse files

Merge "rm voip_call_monitor_refactor flag" into main

parents bc06f2e4 8e88270e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3471,7 +3471,7 @@ package android.telecom {
  }

  public class TelecomManager {
    method @FlaggedApi("com.android.server.telecom.flags.voip_call_monitor_refactor") public boolean hasForegroundServiceDelegation(@Nullable android.telecom.PhoneAccountHandle);
    method public boolean hasForegroundServiceDelegation(@Nullable android.telecom.PhoneAccountHandle);
  }

}
+0 −1
Original line number Diff line number Diff line
@@ -1898,7 +1898,6 @@ public class TelecomManager {
     *
     * @hide
     */
    @FlaggedApi(Flags.FLAG_VOIP_CALL_MONITOR_REFACTOR)
    @TestApi
    public boolean hasForegroundServiceDelegation(@Nullable PhoneAccountHandle handle) {
        ITelecomService service = getTelecomService();