SD-188 - navigate to phone settings if permission is denied

This commit is contained in:
2022-03-24 12:16:30 +02:00
parent 66625bcdd1
commit 81937a5e0f
7 changed files with 75 additions and 42 deletions

View File

@ -27,7 +27,7 @@ public class AppParams {
/* SafeMobile Dispatch */
public static ArrayList<User> allUsers = new ArrayList<User>();
public static Theme theme = Theme.SAFENET; // the Theme type
public static Theme theme = Theme.SAFEDISPATCH; // the Theme type
/* ***************************************** */