Restrict mainActivity to be accessible by other apps in Flutter

25 Views Asked by At

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

0

There are 0 best solutions below