Fix didnt work, new fix and tests
This commit is contained in:
@@ -22,9 +22,8 @@ package org.thialfihar.android.apg.provider;
|
||||
*/
|
||||
public class ApgProviderInternal extends ApgProvider {
|
||||
|
||||
static {
|
||||
sInternalProvider = true;
|
||||
sUriMatcher = buildUriMatcher(sInternalProvider);
|
||||
public ApgProviderInternal() {
|
||||
mInternalProvider = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user