Skip to content

Remove android.permission.READ_EXTERNAL_STORAGE permission requirement #2312

@Rob--W

Description

@Rob--W

Follow-up to https://github.com/mozilla/web-ext/pull/2306/files#r698444621

web-ext doesn't need to ask for the READ_EXTERNAL_STORAGE permission on Android, because the profile/add-on is now stored in /data/local/tmp instead of /sdcard: https://github.com/mozilla/web-ext/blame/c884696fd3ea496c67959337f98d4e39bdb08871/src/util/adb.js#L14 (#2200).

Let's remove the code that does it to simplify the implementation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions