Handling Permissions: Making one activity of a large app into an instant app
问题 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