Open conorshipp opened 4 years ago
All Kodular apps can be put into split-screen mode but there may be cases where the app developer doesn't want this. Consider adding a Screen1-only property to allow/disallow split-screen.
This can be done by adding android:resizeableActivity="false" to the the activity or application tag in AndroidMnaifest.xml
android:resizeableActivity="false"
All Kodular apps can be put into split-screen mode but there may be cases where the app developer doesn't want this. Consider adding a Screen1-only property to allow/disallow split-screen.