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

Commit 8e88270e authored by Thomas Stuart's avatar Thomas Stuart
Browse files

rm voip_call_monitor_refactor flag

As a part of a larger cleanup effort, this flag is being removed

Flag: EXEMPT flag cleanup
Fixes: 409608661
Test: build + presubmits
Change-Id: Iab7f655322e31954638cb23ff967cda649540884
parent 05e14ad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3464,7 +3464,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();