Actions
Feature #1
closedAllow uploading of files to websites.
Start date:
03/02/2016
Due date:
% Done:
0%
Estimated time:
Description
Allow Privacy Browser to read files on external storage and upload them to websites.
Actions
Added by Soren Stoutner almost 9 years ago. Updated over 6 years ago.
0%
Description
Allow Privacy Browser to read files on external storage and upload them to websites.
It might be possible to accomplish this without invoking the READ_EXTERNAL_STORAGE permission by using an intent to pull data from another app on the system (like a photo gallary). Otherwise, I would rather wait until more users have API >= 23 before enabling dangerous permissions.
https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous
It turns out it is possible to enable file uploads on API >= 21 without requesting the READ_EXTERNAL_STORAGE dangerous permission.
Implemented in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7aacd0e844f74925ddbd278c567d17da79775a67.