Skip to main content
0 votes
0 answers
127 views

Android SDK - any, tested since 24. Total commander have at least read permissions to / directory. In my app I can't enumerate directory /, but I have even <uses-permission android:name="...
DuhVir's user avatar
  • 481
0 votes
1 answer
94 views

In the past, the answer would have been 'Considering performance, save only the file path to DB', but due to the changed security policy, I am concerned about how to handle image files in the Android ...
gunsmoke's user avatar
0 votes
1 answer
62 views

I am developing an image vault app that disguises itself as a calculator; when a secret code is entered in the keypad, and the '=' button is pressed, the vault page opens. I am using the PhotoPicker ...
Ayush Yadav's user avatar
0 votes
0 answers
43 views

I would like to read an XML file in my activity that I copied to an SD card. If the file does not exist, I read the data from the string file. This part works. I've tried and researched a lot, but ...
DFW_S's user avatar
  • 1
0 votes
1 answer
627 views

I have a music player app (that only I use, it is not in Google Play nor it will ever be) with the following Manifest permissions: <uses-permission android:name="android.permission.WAKE_LOCK&...
Luis A. Florit's user avatar
0 votes
1 answer
114 views

My app got rejected due to All files access permission. I have used (MANAGE_EXTERNAL_STORAGE) permission and mediastore api to retrieve list of document and download file for Android 11+ devices. ...
Kainat Khan's user avatar
0 votes
0 answers
104 views

I want to save file in a public external storage. For this I use the following code: Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) However, starting with Android 10, ...
testivanivan's user avatar
  • 1,544
1 vote
0 answers
178 views

I'm developing an app where I need to create a folder in the Android/obb directory and copy some files into it. The goal is to install a game or an app on the user's device that requires additional ...
Mojtaba Mahamed's user avatar
0 votes
0 answers
60 views

I am building one android app in which I am trying to save file in External storage. I am running that app on API 28 (Before introduction of scoped storage). When the app launches, I am denying the ...
Ashish Joshi's user avatar
1 vote
0 answers
222 views

I am trying to make a function that deletes a selected video from a recycler view. After the confirmation in the confirmDeleteDialog I receive "Failed to delete video" , knowing that the ...
NeroVero's user avatar
1 vote
0 answers
413 views

I am seeing this stack trace in Crashlytics: Fatal Exception: java.lang.SecurityException: Unsupported path /storage/emulated/0/Download at android.os.Parcel.createExceptionOrNull(Parcel.java:3023) ...
david.mihola's user avatar
  • 13.1k
-1 votes
1 answer
62 views

I am using following code to request user to pick a directory for storing app data. void doStuff() { File f = new File(Prefs.externalURI.getPath(), "cache"); if (!f....
Mayank Kumar Chaudhari's user avatar
0 votes
0 answers
72 views

how to make a folder in downloads folder and use it (reading and writing) in android 11 and up? bard's code after getting permission: private fun createFolderInDownloads() { val intent = ...
Khaled hawwas's user avatar
2 votes
0 answers
148 views

I am trying to create few files in Android app-specific folder in external storage. As this is specific to my app only and not required for the user purpose so, its placed at this location. The API ...
Rohan Pande's user avatar
0 votes
0 answers
211 views

I'm following a now outdated guide on making a file manager in Android Studio and I'm having a bit of trouble with writing to the storage device. The app runs and displays all the files and folders in ...
GriefThief's user avatar

15 30 50 per page
1
2 3 4 5
56