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

Commit aa5a8ad2 authored by erfanian's avatar erfanian Committed by Copybara-Service
Browse files

Bump API ceiling for Assisted Dialing.

Bug: 69857502
Test: TAP
PiperOrigin-RevId: 177367228
Change-Id: Id79546672fa8bf3bf85bbe569ef638970b1365d8
parent aff2a94e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -41,8 +41,9 @@ public final class ConcreteCreator {

  // Floor set at N due to use of Optional.
  protected static final int BUILD_CODE_FLOOR = Build.VERSION_CODES.N;
  // Ceiling set at O because this feature will ship as part of the framework in P.
  @VisibleForTesting public static final int BUILD_CODE_CEILING = Build.VERSION_CODES.O;
  // Ceiling set at O_MR1 because this feature will ship as part of the framework in P.
  // TODO(erfanian): Switch to public build constant when 27 is available in public master.
  @VisibleForTesting public static final int BUILD_CODE_CEILING = 27;

  /**
   * Creates a new AssistedDialingMediator