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

Commit f6c6a9e6 authored by Chris Li's avatar Chris Li
Browse files

Downgrade reported WM Extensions version in T_QPR2

Some features relying on API version 2 are not fully ready yet.

Bug: 261780650
Test: N/A
Change-Id: I0a4f2bfcddd7f20f53e702f2bc2144d2fd939a21
parent 50595d14
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;
    }

    /**