I'm creating an Android Launcher in Flutter. Whenever the user opens the App I need to show the Launcher selection screen. I have found the answer here, but it is for native Android development. How do I integrate this with Flutter ?
How to set default app launcher programmatically?
I have tried creating the new activity but I'm not sure where to call the function.