I am trying to get window resizing to work on Samsung Dex desktop mode. According to Samsung I need t add this:
<activity
android:resizeableActivity="true">
</activity>
But it does not work if I add it to Advanced APK Packaging options. How should I add this?