From 97bcf57d53f5f43022407e4b49789cb975cb7354 Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Fri, 15 Dec 2017 16:02:49 +0000 Subject: [PATCH] Allow JNI to access search snippets --- src/android/org/kiwix/kiwixlib/JNIKiwixSearcher.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/android/org/kiwix/kiwixlib/JNIKiwixSearcher.java b/src/android/org/kiwix/kiwixlib/JNIKiwixSearcher.java index ea21d8fe3..30d7afb8c 100644 --- a/src/android/org/kiwix/kiwixlib/JNIKiwixSearcher.java +++ b/src/android/org/kiwix/kiwixlib/JNIKiwixSearcher.java @@ -38,6 +38,7 @@ public class JNIKiwixSearcher public native String getUrl(); public native String getTitle(); public native String getContent(); + public native String getSnippet(); public native void dispose(); }