ContentResolver: implement query() support for file:// URIs

This is needed for the subscription import feature in NewPipe.
This commit is contained in:
Julian Winkler
2025-02-22 09:35:03 +01:00
parent 899805f23f
commit f20bb6cb1c
4 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_content_ContentResolver */
#ifndef _Included_android_content_ContentResolver
#define _Included_android_content_ContentResolver
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_content_ContentResolver
* Method: native_query_file_info
* Signature: (Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object;)V
*/
JNIEXPORT void JNICALL Java_android_content_ContentResolver_native_1query_1file_1info
(JNIEnv *, jclass, jstring, jobjectArray, jobjectArray);
#ifdef __cplusplus
}
#endif
#endif