petr-vytlacil opened a new issue, #606:
URL: https://github.com/apache/cordova-plugin-file/issues/606

   Is any way ho use getDirectory on Android 13? 
   
   In FileUtils is         else if (action.equals("getDirectory")) { where 
check permission but its for old Android API. 
   
   `    private void getWritePermission(String rawArgs, int action, 
CallbackContext callbackContext) {
           int requestCode = pendingRequests.createRequest(rawArgs, action, 
callbackContext);
           PermissionHelper.requestPermission(this, requestCode, 
Manifest.permission.WRITE_EXTERNAL_STORAGE);
       }`
   
   THX


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to