Re-increment reported WM Extensions version

To make sure all the API 2 features are available.

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

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;
}
/**