Revision 5debefcb app/src/org/storymaker/app/Constants.java

View differences:

app/src/org/storymaker/app/Constants.java
18 18
    public static final String PREFS_APP_TITLE = "PREFS_APP_TITLE";
19 19

  
20 20
    public static final int APP_MIGRATION_VERSION = 1;
21

  
22
    public static final int PERMS_REQ_ALL = 1;
23
    public static final int PERMS_REQ_READ_EXTERNAL_STORAGE = 2;
24
    public static final int PERMS_REQ_WRITE_EXTERNAL_STORAGE = 3;
21 25
}

Also available in: Unified diff