Re-increment reported WM Extensions version

To make sure all the API 2 features are available.

Bug: 261780650
Test: N/A
Change-Id: Ic58e35140219fba3dc9a2cc5a9ec7372c5a0405c
This commit is contained in:
Chris Li
2022-12-09 15:58:02 +08:00
parent f6c6a9e6bb
commit bd8737c4f0

View File

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