Remove debug code

This commit is contained in:
Dominik Schürmann
2015-10-15 20:11:58 +02:00
parent a5ff2f8fe3
commit 52c6d8f8e0
3 changed files with 3 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ public class TemporaryFileProvider extends ContentProvider {
private static final String DB_NAME = "tempstorage.db";
private static final String TABLE_FILES = "files";
public static final String AUTHORITY = Constants.TEMPSTORAGE_AUTHORITY;
public static final String AUTHORITY = Constants.TEMP_FILE_PROVIDER_AUTHORITY;
public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
private static final int DB_VERSION = 3;