1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/org/gege/caldavsyncadapter/Constants.java Tue Feb 10 22:40:00 2015 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +package org.gege.caldavsyncadapter; 1.5 + 1.6 +/** 1.7 + * @author Joseph Weigl 1.8 + */ 1.9 +public class Constants { 1.10 + 1.11 + public static final String USER_DATA_TRUST_ALL_KEY = "USER_DATA_TRUSTALL_KEY"; 1.12 + 1.13 +}