mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Merge "commons" into the project root directory
This commit is contained in:
parent
d42db0612e
commit
b4231bbfdc
324 changed files with 22 additions and 23 deletions
15
app/src/main/java/fr/free/nrw/commons/Prefs.java
Normal file
15
app/src/main/java/fr/free/nrw/commons/Prefs.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package fr.free.nrw.commons;
|
||||
|
||||
public class Prefs {
|
||||
public static String GLOBAL_PREFS = "fr.free.nrw.commons.preferences";
|
||||
|
||||
public static String TRACKING_ENABLED = "eventLogging";
|
||||
public static final String DEFAULT_LICENSE = "defaultLicense";
|
||||
|
||||
|
||||
public static class Licenses {
|
||||
public static final String CC_BY_SA = "CC BY-SA";
|
||||
public static final String CC_BY = "CC BY";
|
||||
public static final String CC0 = "CC0";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue