python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does passing the Activity Context to an singleton affect the getContentResolver()?
**Problem:**I'm updating an app to Android 11 (API 30) and I cannot get the getContentResolver() to work in the following instance though it works elsewhere.
With help from this forum and reading the ...
svstackoverflow
Votes: 0
Answers: 1
ErrnoException: open failed: ENOENT (No such file or directory) in android
I am simply writing into a file that is created in internal storage. It's working fine on most of the devices but strangely it's not working on a few devices.
I am using all three permissions:
<use...

Sagar Maiyad
Votes: 0
Answers: 0
How to create directory in android 11 and above like Telegram
I am trying to create a folder in device internal storage like the same way telegram and WhatsApp does in Android 11 and above devices without using manage access all files permission. any reference...

Suraj pal
Votes: 0
Answers: 1
I don't understand why in Android 11 use of `storage\emulated...\downloads` folder can read/write some files and not others?
Problem: I cannot seem to understand why, targeting API 30 (Android 11), my app can still upload and download from the storage\emulated...\download folder for a variety of files all day long, but it f...
svstackoverflow
Votes: 0
Answers: 1