| 189 | }; |
| 190 | |
| 191 | void addReadOnlyLocation(const QString& path) |
| 192 | { |
| 193 | auto hint = storageAccessGranted() ? StorageLocation::HintReadOnly : StorageLocation::HintNoAccess; |
| 194 | data.emplace_back(path, hint); |
| 195 | }; |
| 196 | } locations; |
| 197 | |
| 198 | // API level 1, single primary external storage |
no test coverage detected