You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team, @MasayukiSuda
I am facing some device specific issue, earlier i am using target SDK 29, in that library works fine with all devices.
but as per google console update, we must use target SDK 30 or above, when i update my target SDK from 29 to 30, the same library works fine with some device but not works all devices.
Works with :
-OnePlus
-Motorola
Not working:
-SamSung
-Realme
-Redmi
these are the devices which i test our app.
The text was updated successfully, but these errors were encountered:
Is the not working device version more then Android11?
Target Android 11, ignores the requestLegacyExternalStorage flag.
Apply ScopedStorage and check the PR #91
Hello Team,
@MasayukiSuda
I am facing some device specific issue, earlier i am using target SDK 29, in that library works fine with all devices.
but as per google console update, we must use target SDK 30 or above, when i update my target SDK from 29 to 30, the same library works fine with some device but not works all devices.
Works with :
-OnePlus
-Motorola
Not working:
-SamSung
-Realme
-Redmi
these are the devices which i test our app.
The text was updated successfully, but these errors were encountered: