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)
Flutter[Android]: Not able to release App with Manage External Storage Permission
We need to allow users to store files in the external storage and for the same, we use MANAGE_EXTERNAL_STORAGE permission in our application.
Ideally for the android SDK version 30 and above we are us...
Dhaval Kansara
Votes: 0
Answers: 2
Saving an image and displaying it in gallery
I am trying to implement google's code from https://developer.android.com/training/camera/photobasics however I am a little bit stuck.
This is my MainActivity:
package com.example.storage_thingy;
imp...
lord
Votes: 0
Answers: 1
Getting file from external storage after re-Install app
Here I am using this code for saving file to external storage and also get that file after Re Install application
I am testing it on Android 12 and also help me about the access restrictions in Androi...
Muhammad Hamza Ishtiaq
Votes: 0
Answers: 0
Open an Android app from a directory on sdcard
I have a client that uses android devices with a kiosk mode. They have a kiosk mode manager that only allows apps they add to it to be opened. I was informed the kiosk manager opens apps from the Andr...
jomens235
Votes: 0
Answers: 0