Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd8737c4 authored by Chris Li's avatar Chris Li
Browse files

Re-increment reported WM Extensions version

To make sure all the API 2 features are available.

Bug: 261780650
Test: N/A
Change-Id: Ic58e35140219fba3dc9a2cc5a9ec7372c5a0405c
parent f6c6a9e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }

    /**