mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-15 09:33:37 -05:00
READ_EXTERNAL_STORAGE was added in SDK 16, this code predates that, so it still used WRITE_EXTERNAL_STORAGE. The minSdkVersion is 23 now, so the correct permission is preferred. This code does not do any writing, only reading. #1440