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:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user