Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Permission for taking screenshoots #860

Open
AsixJin opened this issue Jan 12, 2017 · 1 comment
Open

Missing Permission for taking screenshoots #860

AsixJin opened this issue Jan 12, 2017 · 1 comment

Comments

@AsixJin
Copy link

AsixJin commented Jan 12, 2017

This line was missing from the manifest so anything on marshmallow and above aren't able to take screenshots until this was added.

@retryer
Copy link

retryer commented Mar 21, 2017

Create a separate androidTest manifest for com.yourpackage.test that includes the READ.EXT... and WRITE.EXT... initially you need to install the app via pushing the .apk to the device /tmp/com.yourpackage and then"adb shell pm -rg /tmp/com.yourpackage ". Then issue "adb shell pm grant com.yourpgk android.permissions.REAd. .... " repeat for WRITE and then repeat both for com.yourpckg.test . Once done on a device all will wokr normally. Sry for the unstructured format , but this is writing in a hurry :) good luck fellaz !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants