I got my app compiled against SDK 25
I inserted following line in the manifest: (see below)
The app shows up in multiwindow mode, but only full screen, so you see only a part of it. Other part is hidden behind the second app in multiwindow mode.
Should it be possible to resize it? Or to scroll it so you can reach each field on the app?
AddPermission(android.permission.ACCESS_NETWORK_STATE)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:resizeableActivity, "true")
AddApplicationText(<meta-data android:name="android.max_aspect" android:value="10"/>)
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
SetActivityAttribute("main", android:configChanges, "locale")
AddReceiverText(eu.dgconsulting.appupdating.newinst2,
I inserted following line in the manifest: (see below)
The app shows up in multiwindow mode, but only full screen, so you see only a part of it. Other part is hidden behind the second app in multiwindow mode.
Should it be possible to resize it? Or to scroll it so you can reach each field on the app?
AddPermission(android.permission.ACCESS_NETWORK_STATE)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:resizeableActivity, "true")
AddApplicationText(<meta-data android:name="android.max_aspect" android:value="10"/>)
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
SetActivityAttribute("main", android:configChanges, "locale")
AddReceiverText(eu.dgconsulting.appupdating.newinst2,