Using gallery picker and camera photo extension on android 10

RizbIT

Member
im using one of the camera/gallery android extension from the marketplace in my project

it works fine on older android phones

on android 10 phone it does not work. Im targetting api 29

now i found way to make it work, issue is with access to storage on android 10

in gms android options > permissions
theres a box for "inject to android application tag"

in there i put :
android:requestLegacyExternalStorage="true"

it works now

But this is a temp solution. does anyone have java code to support newerr android phones for camera/gallery picker?
 
Top