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

Commit 8eae782a authored by Kenneth Ford's avatar Kenneth Ford Committed by Android (Google) Code Review
Browse files

Merge "Provides information on maximum cover screen sizes." into main

parents c40142bd 5be068a9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1571,8 +1571,9 @@ public interface WindowManager extends ViewManager {
    /**
     * Value applicable for the {@link #PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN} property to
     * provide a signal to the system that an application or its specific activities explicitly
     * opt into being displayed on small foldable device cover screens that measure at least 1.5
     * inches for the shorter dimension and at least 2.4 inches for the longer dimension.
     * opt into being displayed on small cover screens on flippable style foldable devices that
     * measure at least 1.5 inches up to 2.2 inches for the shorter dimension and at least 2.4
     * inches up to 3.4 inches for the longer dimension
     */
    @CompatSmallScreenPolicy
    @FlaggedApi(Flags.FLAG_COVER_DISPLAY_OPT_IN)