i'm displaying image stored on device storage to image view on app and in imageview on widget, it works fine on app but on widget it's not getting displayed and
After my Application have been refused by the play Store I have to remove MANAGE_EXTERNAL_STORAGE to the manifest. This authorisation is only for app like antiv
To support Android 11 storage, I have implemented Scoped Storage - MediaStore API successfully. However, I ended up with one scenario which I am not sure how to
I'm trying to access media files using Media Store APIs , but I'm facing with a specific issue: I can scan all the audio files apart all the audio files belong
I want to create an audio file and set the title, artist and album tags of the song using Android MediaStore. Creating the file works but unfortunately the tags
I have a function below that I got from a post on here, where I am trying to read the music files from the device. public List<AudioModel> getAllAudioF
I have an application on play store to whom the targetSdkVersion is update to 30 from 29, which is getting rejected again and again by Google Play after an upda