add a media ContentProvider

Every time the ContentProvider is accessed, a file chooser opens and the
selected file is then provided as media file.
This commit is contained in:
Julian Winkler
2025-04-23 18:13:15 +02:00
parent cff51b230b
commit 49fa854c93
7 changed files with 238 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ srcs = [
'android/bluetooth/le/ScanCallback.java',
'android/content/ActivityNotFoundException.java',
'android/content/AsyncQueryHandler.java',
'android/content/ATLMediaContentProvider.java',
'android/content/BroadcastReceiver.java',
'android/content/ClipboardManager.java',
'android/content/ClipData.java',