Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 428 Bytes

Android-Activity-Flags

Small app to showcase activity navigation

ScenarioC actually showcases poorly documented feature of SingleTask flag for activity tag in manifest files.
When launched, activity should look for its instances throughout other task. However, it skips task with the same affinity. Be careful about this detail when you use it.