Question about permission #193
-
In android i don't need to use:
and my app works fine. I'm confused about it. Am I need this to save video or image and my image/video can be found on Gallery when publish my app on google play store? |
Beta Was this translation helpful? Give feedback.
Answered by
natsuk4ze
Jan 18, 2024
Replies: 1 comment
-
Hi @Trung15010802 👋 Whether or not an permission request is required depends on the version of Android.If your app only supports Android API 30 or higher, you don't need to request permissions, but if not, you do. Finally, please don't forget to "Mark as answer ✅". Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Trung15010802
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Trung15010802 👋
Whether or not an permission request is required depends on the version of Android.
If your app only supports Android API 30 or higher, you don't need to request permissions, but if not, you do.
Please see wiki for more details.
Finally, please don't forget to "Mark as answer ✅". Thank you.