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

Commit 3920ea3d authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Downgrade reported WM Extensions version in T_QPR2" into tm-qpr-dev

parents 0bf51d04 95cfcf7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class WindowExtensionsImpl implements WindowExtensions {
    // TODO(b/241126279) Introduce constants to better version functionality
    @Override
    public int getVendorApiLevel() {
        return 2;
        return 1;
    }

    /**