Permit drawing over other apps in emulator

Good day. I am new to Expo and mobile development in general. When trying to run Expo Client in the android emulator, I keep hitting “Permit drawing over other apps” modal. It asks to proceed to Settings, but Settings does not open in the emulator. What should I do? I have managed to simply grant this permission on the physical device, but I need an emulator as well.

Thanks!

From a console, run the following command:

adb shell pm grant host.exp.exponent android.permission.SYSTEM_ALERT_WINDOW

The following post gives a little more info: android - How do I use adb grant or adb revoke? - Stack Overflow