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
Hi, there, I've found a crash in version 1.44, which is downloaded from F-Droid.
I seems that it is related to the dangerous permission android.permission.READ_EXTERNAL_STORAGE and is triggered in the SelectDatabaseActivity. It can be caused when the app attempts to read external storage without either permission checking (via checkSelfPermission) nor permission request (via requestPermissions).
Reproduce crash
This crash can be reproduced on my Samsung device, following the steps:
grant the storage permission for the app
create a database in the main activity
select a database and enter the SelectDatabaseActivity
go to the system setting and revoke the storage permission
back to the app and it crashes
@RyuzakiKK
Could you help me review this issue? If you need more information, I may make a video showing the crash. Very thanks!
The text was updated successfully, but these errors were encountered:
Hi, there, I've found a crash in version 1.44, which is downloaded from F-Droid.
I seems that it is related to the dangerous permission
android.permission.READ_EXTERNAL_STORAGE
and is triggered in theSelectDatabaseActivity
. It can be caused when the app attempts to read external storage without either permission checking (via checkSelfPermission) nor permission request (via requestPermissions).Reproduce crash
This crash can be reproduced on my Samsung device, following the steps:
SelectDatabaseActivity
@RyuzakiKK
Could you help me review this issue? If you need more information, I may make a video showing the crash. Very thanks!
The text was updated successfully, but these errors were encountered: