I have been asked to make an instant app module openable from play store in a base app which I am working on.
The base app is large with lots of activities. It also uses many more permissions than those allowed for instant apps.
Is it possible that I make the instant app module from only one of the activities which utilizes only the allowed permissions?
If yes, how should I go about it?
In other words, can I declare the allowed permissions in the manifest file of the instant app module (instant/AndroidManifest.xml) even though the base app uses many more permissions?
I am asking this question because the official documentation doesn't mention a way to declare permissions in instant/AndroidManifest.xml