This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
Oct 2018

Hi
i am installing 2 applications via appium
the first is installed via the app capability
the second installed via the otherApps capability

does the AndroidMobileCapabilityType.AUTO_GRANT_PERMISSIONS,= true
applies to both applications ?

thank you

  • created

    Oct '18
  • last reply

    Oct '18
  • 3

    replies

  • 154

    views

  • 2

    users

I have the following scenario :
i am launching the first app (installed via app cap)
then use appium driver to push file into location
then do start activity to start the second app (installed via otherApps)

my second app code tries to access the file when loaded
but it gets permission denied exception