update readme

This commit is contained in:
Dominik
2012-11-19 22:42:55 +01:00
parent c36fdbd3f8
commit b56326aec8
3 changed files with 9 additions and 11 deletions

View File

@@ -206,7 +206,6 @@ public class ApgProvider extends ContentProvider {
@Override
public boolean onCreate() {
mUriMatcher = buildUriMatcher(mInternalProvider);
mApgDatabase = new ApgDatabase(getContext());
return true;
}

View File

@@ -26,4 +26,4 @@ public class ApgProviderInternal extends ApgProvider {
mInternalProvider = true;
}
}
}