mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-26 01:45:54 -04: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