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

Commit 44d2a22a authored by Wilson Wu's avatar Wilson Wu Committed by Android (Google) Code Review
Browse files

Merge "Mark disallow IME interface compat ID as TestApi"

parents b189a4d5 9f72b7db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1352,6 +1352,7 @@ package android.inputmethodservice {
  }

  @UiContext public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {
    field public static final long DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE = 148086656L; // 0x8d39f80L
    field public static final long FINISH_INPUT_NO_FALLBACK_CONNECTION = 156215187L; // 0x94fa793L
  }

+2 −1
Original line number Diff line number Diff line
@@ -565,9 +565,10 @@ public class InputMethodService extends AbstractInputMethodService {
     *
     * @hide
     */
    @TestApi
    @ChangeId
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
    private static final long DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE = 148086656L;
    public static final long DISALLOW_INPUT_METHOD_INTERFACE_OVERRIDE = 148086656L;

    LayoutInflater mInflater;
    TypedArray mThemeAttrs;