mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Setting android:resizeableActivity="true" should AFAIK not be needed as https://developer.android.com/guide/topics/ui/multi-window.html states that: If your app targets API level 24, but you do not specify a value for this attribute, the attribute's value defaults to true. However, on a Galaxy S8 running Android 7.0 this attribute is needed in order to have resizeable windows when in Samsung Dex mode. Fixes #309.