Can an app get a permission to a whole sub tree from SAF?
问题 Can a third party app request a Storage provider through Storage Access Framework to grant it with premissions to delete files within\copy files to a directory or in any subtree underneath the tree Uri recieved onActivityResult by a call to startActivityForResult(new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE),14) ? If it can, how do you claim it on the third party app code? I tried getContentResolver().takePersistableUriPermission(treeUri, Intent.FLAG_GRANT_WRITE_URI_PERMISSION); but when i try