implement ContentResolver

ContentUris.java and UriMatcher.java are copied from AOSP
This commit is contained in:
Julian Winkler
2024-08-05 17:13:10 +02:00
parent 9fda1b36e6
commit e2e1f137bb
6 changed files with 470 additions and 18 deletions

View File

@@ -65,6 +65,7 @@ hax_jar = jar('hax', [
'android/content/ComponentName.java',
'android/content/ContentProvider.java',
'android/content/ContentResolver.java',
'android/content/ContentUris.java',
'android/content/ContentValues.java',
'android/content/Context.java',
'android/content/ContextWrapper.java',