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
This commit is contained in:
Chris Li
2022-12-09 15:00:38 +08:00
parent 50595d14d1
commit f6c6a9e6bb

View File

@@ -41,7 +41,7 @@ public class WindowExtensionsImpl implements WindowExtensions {
// TODO(b/241126279) Introduce constants to better version functionality // TODO(b/241126279) Introduce constants to better version functionality
@Override @Override
public int getVendorApiLevel() { public int getVendorApiLevel() {
return 2; return 1;
} }
/** /**