Replace some "write" permissions with with "read" ones.

Notes for backup related classes.
This commit is contained in:
Anton Chekulaev
2020-09-11 12:11:46 +10:00
parent 7319ac4682
commit f20ebc31f3
4 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ import java.util.Locale;
import network.loki.messenger.R;
//TODO AC: Needs to be refactored to use Storage Access Framework or Media Store API.
public class LocalBackupJob extends BaseJob {
public static final String KEY = "LocalBackupJob";