I am using the Google Maps API in my app following the instructions provided here. As soon as I launch the app, a permission modal comes up to ask for location services to be turned on. I have UI tests using EarlGrey being run on the app and I noticed that I am unable to interact with this modal and no other EarlGrey action can be performed.
Does EarlGrey not support modals at all or does this only have to do with system modals?