Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Auto whitelist an apps sdcard directory #1400

Closed
jpeg729 opened this issue Feb 21, 2014 · 3 comments
Closed

Auto whitelist an apps sdcard directory #1400

jpeg729 opened this issue Feb 21, 2014 · 3 comments

Comments

@jpeg729
Copy link
Contributor

jpeg729 commented Feb 21, 2014

Directories like the following should probably be whitelisted automatically.
/storage/sdcard0/Android/data/com.quoord.tapatalkpro.activity/

@M66B
Copy link
Owner

M66B commented Feb 21, 2014

This can only be done from the UI.
Low level application information isn't available.
I had to search for a way to find the external storage location while implementing this feature.
An additional problem is that getExternalStorageDirectory requires a user context in newer Android versions.

@jpeg729
Copy link
Contributor Author

jpeg729 commented Feb 21, 2014

Does open require one too?
If so, the hook could check.

@M66B
Copy link
Owner

M66B commented Feb 21, 2014

I am merging this into #1375
My proposal is to make it possible to white list folder, solving this issue and adding more flexibility.

@M66B M66B closed this as completed Feb 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants