0

I'm just wondering if there is any way to grant permission on emulator automatically. I want to accept and grant any permission pop up on Android Emulator. I know is now safe but I want to do this for my experience.

Thank you

kaloon
  • 143
  • 3
  • 12

1 Answers1

2

No, there is no way to do this automatically allow runtime permissions though you can do this during instrumentation testing of app and via this.

One way is go to setting => apps and open your app and then grant the permission

Pavneet_Singh
  • 35,963
  • 5
  • 49
  • 64