Emerito Active Member Licensed User Longtime User Dec 27, 2025 #1 How do I create folders and subfolders in my phone's internal storage that are currently accepted by Google Play? Could someone please help me? Greetings to all and happy holidays.
How do I create folders and subfolders in my phone's internal storage that are currently accepted by Google Play? Could someone please help me? Greetings to all and happy holidays.
DonManfred Expert Licensed User Longtime User Dec 27, 2025 #2 You can create any kind of folders and subfolders in File.DirInternal. But note that these folders are only accessible by your app. Upvote 0
You can create any kind of folders and subfolders in File.DirInternal. But note that these folders are only accessible by your app.
Emerito Active Member Licensed User Longtime User Dec 27, 2025 #3 Thank you. It's not possible to create folders that are visible outside the application and accepted by Google Play. Is that correct? Upvote 0
Thank you. It's not possible to create folders that are visible outside the application and accepted by Google Play. Is that correct?
A Alex_197 Well-Known Member Licensed User Longtime User Dec 27, 2025 #4 Emerito said: Thank you. It's not possible to create folders that are visible outside the application and accepted by Google Play. Is that correct? Click to expand... Why Can not Work RuntimePermissions.GetSafeDirDefaultExternal In Android 13 RuntimePermissions.GetSafeDirDefaultExternal This feature does not work in Android 13+ why? I hope to solve this problem soon www.b4x.com Upvote 0
Emerito said: Thank you. It's not possible to create folders that are visible outside the application and accepted by Google Play. Is that correct? Click to expand... Why Can not Work RuntimePermissions.GetSafeDirDefaultExternal In Android 13 RuntimePermissions.GetSafeDirDefaultExternal This feature does not work in Android 13+ why? I hope to solve this problem soon www.b4x.com
aeric Expert Licensed User Longtime User Dec 28, 2025 #5 Emerito said: Thank you. It's not possible to create folders that are visible outside the application and accepted by Google Play. Is that correct? Click to expand... You can try and submit to Play store. See what happens. It will ask you if this feature is the core feature. It is hard to convince the reviewer this is the core feature. You may try your luck. Upvote 0
Emerito said: Thank you. It's not possible to create folders that are visible outside the application and accepted by Google Play. Is that correct? Click to expand... You can try and submit to Play store. See what happens. It will ask you if this feature is the core feature. It is hard to convince the reviewer this is the core feature. You may try your luck.
DonManfred Expert Licensed User Longtime User Dec 28, 2025 #6 Emerito said: Is that correct? Click to expand... No. You can use external storage class for this. Upvote 0