0
¿how to modify the permissions of an application?
Hello guys I have an app this app needs to take a photo but I need the application to open the gallery to send the photo from there Is it possible to create an additional permission?
3 ответов
+ 2
I've made a similar script, got around Permission denied by copying the photos selected to the home directory (i did it in termux, but "/storage/emulated/0/" should work just fine) and then preforming whatever with the copied photo(s) in the home dir
John Fredy Cardenas Amaya No problem! Here's the script, it's in bash btw
https://code.sololearn.com/c47n1uB11gaP/?ref=app
+ 1
Thank you it works I had no idea it could work this way
0
Great idea thank you!