NoitficationManager: implement cancel

This commit is contained in:
Julian Winkler
2024-03-18 18:13:56 +01:00
parent cdcc3411aa
commit 50fa760c63
3 changed files with 32 additions and 1 deletions

View File

@@ -31,6 +31,14 @@ JNIEXPORT void JNICALL Java_android_app_NotificationManager_nativeAddAction
JNIEXPORT void JNICALL Java_android_app_NotificationManager_nativeShowNotification
(JNIEnv *, jobject, jlong, jint, jstring, jstring, jstring, jboolean, jint, jstring, jstring);
/*
* Class: android_app_NotificationManager
* Method: nativeCancel
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_android_app_NotificationManager_nativeCancel
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif