I have an app developed with flutter and I am wondering if it is possible - on Android - to restrict my Android mainActivity to be accessible from other apps.
On the iOS side, only by setting the "custom URL scheme" attribute is it possible to call the app from other apps. I would like to implement the same behavior on the Android side