I want to disable multi-window support for an activity in my app. I have set resizeableActivity to false in my Manifest but when I long press recent app icon, the a
resizeableActivity
[UPDATE] set android:resizeableActivity="false" in application tag. This will work now.