Starting from 7.0 android supports multiwindow mode. To have your app support multiwindow you need to mention this flag in your manifest.
This flag is both available @ level and level.
- What's the purpose of having an activity specific flag at application level?
- If set to true/false @ level does it apply to all activities uniformly?
- If set to true @ level and if one activity sets it to false then whats which flag takes precedence?
Thanks