python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Closing the "All files access" dialog when user allows access to all files in android
Presently, in my application, when the user is asked to provide "Access all files" permission, the dialog opens and remains on screen even when the user has allowed permission. Below provide...
Devarshi Rawal
Votes: 0
Answers: 1
How to work with files in flutter on android 11? [Flutter]
Particually i need to scan media files. I tried to use path_provider package to get available paths, but I only got my app paths.
Aynur Almetov
Votes: 0
Answers: 1
Bug with Display Pop-Up window permission in Android 11
I have an app, which asks from the user several permissions, such as the overlay permissions (in xiaomi the “Display pop-up window” permission).
Furthermore, the app requests from the user to become t...
Giorgos Konstantakis
Votes: 0
Answers: 0
Android targetSdkVersion=28 and <queries> tag in AndroidManifest.xml
I have a library project with targetSdkVersion=30. To support Android-11 package visibility, it includes the tag in AndroidManifests.xml.
Now the client project, which uses the above library project,...
revolutionary
Votes: 0
Answers: 1