CodeDead / DeadHash-android

DeadHash for Android
https://codedead.com/
GNU General Public License v3.0
36 stars 4 forks source link

Storage permissions are required in order to use DeadHash #37

Closed CaKrome closed 11 months ago

CaKrome commented 11 months ago

After upgrading to 1.8.1 from 1.7.8, the app won't select file anymore when pressing the folder button next to the file path textbox.

Looks like commit f75274ed3fcdb2612d092f84aa9b3b3b793b9908 might be the cause, it removed <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> from the AndroidManifest.xml

CodeDead commented 11 months ago

Hi @CaKrome thanks for reporting. What version of Android are you using, if I may ask?

CaKrome commented 11 months ago

I'm using Android 11

CodeDead commented 11 months ago

Thanks! I'll try and solve this elegantly, asap.

CodeDead commented 11 months ago

Fixed in https://github.com/CodeDead/DeadHash-android/pull/38

A release will be scheduled immediately and you will be able to download a signed apk from Github. The play store and fdroid releases will take a bit longer.