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

Commit c2b46367 authored by Chris Li's avatar Chris Li Committed by Automerger Merge Worker
Browse files

Merge "Re-increment reported WM Extensions version" into tm-qpr-dev am: 1920d7b9

parents 1c02db2b 1920d7b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class WindowExtensionsImpl implements WindowExtensions {
    // TODO(b/241126279) Introduce constants to better version functionality
    @Override
    public int getVendorApiLevel() {
        return 1;
        return 2;
    }

    @NonNull