Answer the question
In order to leave comments, you need to log in
Android storage access?
Hello, tell me, I downloaded the application from the play market. The application has the ability to download files without providing access to the drive. After clicking "upload file" no permissions are required, it immediately goes to the file manager and offers to select a file. What does it mean?
Answer the question
In order to leave comments, you need to log in
private final ActivityResultLauncher<String> mGetContent = registerForActivityResult(new ActivityResultContracts.GetContent(), this::fileSelected);
mGetContent.launch("*/*");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question