if(Build.VERSION.SDK_INT>=Build.VERSION_CODES.M){getInstrumentation().getUiAutomation().executeShellCommand("pm grant "+getTargetContext().getPackageName()+" android.permission.WRITE_EXTERNAL_STORAGE");getInstrumentation().getUiAutomation().executeShellCommand("pm grant "+getTargetContext().getPackageName()+" android.permission.READ_EXTERNAL_STORAGE");}