package de.ironjan.mensaupb.sync;
/**
* General contract for the content provider of this app
*/
class ProviderContract {
public static final String AUTHORITY = "de.ironjan.mensaupb.provider";
public static final String ACCOUNT_TYPE = "ironjan.MensaUPB";
public static final String ACCOUNT = "dummy";
}