But I’m Confused about latest Android 13 Permission, Can anyone Guide us, How to configured permission on our apps and that apps running android lower version and Android 13 with no problem…
For my apps required permission :
“” Camera"" “” Storage""
Then, How can i manage this 2 permission on my project? Which is no issues on Android 13 and lower version… (If it possible to share any block then please give, how to do with block)
First describe what the goal of your app is and what exactly the problem is. If the Camera component should take photos and not save them in the ASD, such photos must then be saved in one of the corresponding Shared folders (/Pictures, /DCIM, …) on Android 11+. No storage permissions (especially no WRITE permission) are required for this.
Also show what you have tried so far (your blocks).
Basically, My ““Camera”” Components Doesn’t Take Picture and Store, It’s just for QR Scanning purpose.
and My app ““Downloading PDF from online”” and store in listView.
list view item load from Phone storage, Download/
PDF only
and one think mam…
I dont need to granted AUDIO,VIDEO Permission bcz my app not have a any audio picker pr video… My app just a downloading pdf and store it phone storage after that load this pdf inApp from storage download folder. and QR Code Scanning…