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

Commit 388c2f42 authored by Diego Vela's avatar Diego Vela Committed by Android (Google) Code Review
Browse files

Merge "Bump Window Extensions Version." into main

parents 48f5af0c 807f9a65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ class WindowExtensionsImpl implements WindowExtensions {
     * The min version of the WM Extensions that must be supported in the current platform version.
     */
    @VisibleForTesting
    static final int EXTENSIONS_VERSION_CURRENT_PLATFORM = 5;
    static final int EXTENSIONS_VERSION_CURRENT_PLATFORM = 6;

    private final Object mLock = new Object();
    private volatile DeviceStateManagerFoldingFeatureProducer mFoldingFeatureProducer;