Merge remote-tracking branch 'origin/release' into feature-issues1801
# Conflicts: # app/src/main/java/com/gh/common/util/NewFlatLogUtils.kt # libraries/LGLibrary
This commit is contained in:
@ -161,7 +161,8 @@ public class DataUtils {
|
||||
values.put(GhContentProvider.KEY_IS_ADULT, false);
|
||||
}
|
||||
|
||||
HaloApp.getInstance().getContentResolver().insert(Uri.parse("content://com.gh.gamecenter.provider/certification"), values);
|
||||
new GhContentProvider().localInsert( HaloApp.getInstance().getApplication(),values);
|
||||
// HaloApp.getInstance().getContentResolver().insert(Uri.parse("content://com.gh.gamecenter.provider/certification"), values);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user