implement LocationManager and orientation sensor using libportal

This commit is contained in:
Julian Winkler
2023-07-14 20:02:34 +02:00
parent c72f3ba7d2
commit 696e0ce714
13 changed files with 167 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_location_LocationManager */
#ifndef _Included_android_location_LocationManager
#define _Included_android_location_LocationManager
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_location_LocationManager
* Method: nativeGetLocation
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_android_location_LocationManager_nativeGetLocation
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif