pylerSM / XInternalSD

[Xposed module] Android Storage/SD card API tweaks
http://repo.xposed.info/module/com.pyler.xinternalsd
BSD 2-Clause "Simplified" License
89 stars 39 forks source link

Full permission to ext SD card request by Android dont handled #29

Open 5x3 opened 6 years ago

5x3 commented 6 years ago

in example with backup feature in Andoid Assistant witch backups all installed apk. this app check access to external SD card somehow and ask to select external SD card and tap 'Select' button (norman functiona are limited, Please get permission By the following steps). but when I do it they ask me again.

The conclusion is some Android API function used to track is there full access to external SD card and it fails to validate. Could you HOOK this function and return always "full access already here" in case "Full access to external SD card" enabled in your app.

or to suggest another xposed module that can fix this situation.

thanks.