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
  • 157
  • 4
  • 15

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
  • 36,884
  • 5
  • 53
  • 68