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

Commit 5ef18e4a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a lint baseline for Launcher3" into tm-qpr-dev

parents 698239e1 d9300117
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -606,4 +606,20 @@
            column="61"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 33 (current min is 26): `android.app.Activity#getOnBackInvokedDispatcher`">
        <location
            file="packages/apps/Launcher3/src/com/android/launcher3/BaseActivity.java"
            line="182"/>
    </issue>

    <issue
        id="NewApi"
        message="Call requires API level 33 (current min is 26): `android.window.OnBackInvokedDispatcher#registerOnBackInvokedCallback`">
        <location
            file="packages/apps/Launcher3/src/com/android/launcher3/BaseActivity.java"
            line="182"/>
    </issue>

</issues>