Merge remote-tracking branch 'origin/release' into dev

# Conflicts:
#	app/src/main/AndroidManifest.xml
This commit is contained in:
chenjuntao
2022-08-15 14:02:48 +08:00
3 changed files with 21 additions and 19 deletions

View File

@ -161,8 +161,8 @@ public class DataUtils {
values.put(GhContentProvider.KEY_IS_ADULT, false);
}
new GhContentProvider().localInsert( HaloApp.getInstance().getApplication(),values);
// 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);
}
});
}