Merge "Undo the Extensions API version change" into tm-qpr-dev

This commit is contained in:
Chris Li
2022-09-22 00:43:42 +00:00
committed by Android (Google) Code Review

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