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

Commit 808b0428 authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files
parents 213f4d56 f5c1b4cc
Loading
Loading
Loading
Loading
+12 −32
Original line number Diff line number Diff line
@@ -26,56 +26,36 @@
    <issue
        id="NewApi"
        message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"
        errorLine1="        final WindowManager wm = getSystemService(WindowManager.class);"
        errorLine1="        final UserManager userManager = context.getSystemService(UserManager.class);"
        errorLine2="                                                ~~~~~~~~~~~~~~~~">
        <location
            file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
            line="606"
            column="34"/>
            file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java"
            line="69"
            column="49"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"
        errorLine1="        final WindowManager wm = getSystemService(WindowManager.class);"
        errorLine2="                                 ~~~~~~~~~~~~~~~~">
        message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`">
        <location
            file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
            line="804"
            column="34"/>
            line="1842"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 23 (current min is 21): `android.app.ActivityOptions#makeBasic`"
        errorLine1="                ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());"
        errorLine2="                                ~~~~~~~~~">
        message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`">
        <location
            file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
            line="1823"
            column="33"/>
            line="605"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`"
        errorLine1="                ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle());"
        errorLine2="                                            ~~~~~~~~~~~~~~~~~~">
        message="Call requires API level 26 (current min is 21): `android.app.ActivityOptions#setLaunchDisplayId`">
        <location
            file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java"
            line="1823"
            column="45"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 23 (current min is 21): `android.content.Context#getSystemService`"
        errorLine1="        final UserManager userManager = context.getSystemService(UserManager.class);"
        errorLine2="                                                ~~~~~~~~~~~~~~~~">
        <location
            file="packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java"
            line="69"
            column="49"/>
            line="1842"/>
    </issue>

</issues>
 No newline at end of file