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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
The users are not allowed to open a pdf file when they use Tchap v1.0.47_1 on an Android 10 device.
This issue is observed only when this version of the application is installed for the first time on Android 10. Is is not observed in case of update.
The users are not allowed to open a pdf file when they use Tchap v1.0.47_1 on an Android 10 device.
This issue is observed only when this version of the application is installed for the first time on Android 10. Is is not observed in case of update.
About data storage, we can read on "https://developer.android.com/training/data-storage/use-cases":
If your app targets Android 10 (API level 29), opt-out of scoped storage and continue using the approach for Android 9 and lower to perform this operation.
The attribute
android:requestLegacyExternalStorage
is "false" by default on apps targeting Android 10 or higher.The text was updated successfully, but these errors were encountered: