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

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

Update javadoc for FORCE_RESIZE_APP

As we allow non-resizable app in multi-windowing mode, the previous
comment can be confusing.

Bug: 176061101
Test: udpate comment
Change-Id: Iba51ca4158940bbda761fe3b7977d338ee1f3327
parent c3f2588f
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -896,8 +896,9 @@ public class ActivityInfo extends ComponentInfo implements Parcelable {
    };
    };


    /**
    /**
     * This change id forces the packages it is applied to to be resizable. We only allow resizing
     * This change id forces the packages it is applied to be resizable. It won't change whether
     * in fullscreen windowing mode, but not forcing the app into resizable multi-windowing mode.
     * the app can be put into multi-windowing mode, but allow the app to resize when the window
     * container resizes, such as display size change.
     * @hide
     * @hide
     */
     */
    @ChangeId
    @ChangeId