leondeklerk / starling-android

A work in progress Android gallery application that can support basic media actions locally and synchronize with a back-end.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add new media management permissions #29

Open leondeklerk opened 3 years ago

leondeklerk commented 3 years ago

Is your feature request related to a problem? Please describe. Right now there is an option to delete media items, but in newer API levels (S and up) this prompts the user with a delete dialog for each delete.

Describe the solution you'd like Make sure the application supports the new MANAGE_EXTERNAL_STORAGE and MANAGE_MEDIA permissions from API level R and S

leondeklerk commented 3 years ago

Follow up of #22