Feature #1
Allow 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.
History
Updated by Soren Stoutner almost 5 years ago
- Priority changed from 2 to 3.x
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
Updated by Soren Stoutner almost 3 years ago
- File Screenshot_2018-05-09-13-00-12.png added
- File Agenda.pdf added
Updated by Soren Stoutner almost 3 years ago
- Status changed from New to Closed
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.