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.
Updated by Soren Stoutner over 8 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 over 6 years ago
- Priority changed from 2 to Next Release
Updated by Soren Stoutner over 6 years ago
- File Screenshot_20180511-120235.png added
Updated by Soren Stoutner over 6 years ago
- File deleted (
Screenshot_20180511-120235.png)
Updated by Soren Stoutner over 6 years ago
- File Screenshot_20180511-120155.png added
Updated by Soren Stoutner over 6 years ago
- File deleted (
Screenshot_20180511-120155.png)
Updated by Soren Stoutner over 6 years ago
- File Screenshot_2018-05-09-13-00-12.png added
- File Agenda.pdf added
Updated by Soren Stoutner over 6 years ago
- File deleted (
Screenshot_2018-05-09-13-00-12.png)
Updated by Soren Stoutner over 6 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.
Actions