No change in activity lifecycle • Activity are paused when they lose focus even if they are visible in multi-window mode • System cannot resize fix orientation apps • Fullscreen activities cannot hide status bar in multi-window mode
Context for inflater and resource retrieval. Since it's not aware of the activity level multi-window state and will load the wrong resource. • Activities which can be launched from outside the current app, should always support multi-window mode. Otherwise you might be breaking another apps screen flow.
API 25+ • Tiles work via TileService. This is a bound service and lifecycle is controlled by the system. • It can: ◦ Launch Activities ◦ Run background operations ◦ Show dialogs
types of shortcuts ◦ Static Shortcuts ◦ Dynamic Shortcuts • Static Shortcuts are packaged with the APK and can only be updated by an App Update • Dynamic Shortcuts are published at runtime and can be easily added, removed or updated • Max 5 shortcuts at any given time