Hi all,
I am using native Emacs build for Android.
Is there a way to send notification from my Emacs app to Android using some package?
Has anyone found a way or a workaround?
Hi all,
I am using native Emacs build for Android.
Is there a way to send notification from my Emacs app to Android using some package?
Has anyone found a way or a workaround?
Long-term, lisp dynamic module -> NDK and you need some manifest permissions in the APK
Years ago I had some experience using a dynamic language with the JNI to introspect the Java interfaces and call them. Fun times.
I can probably scaffold up some work, but only if people show me that they want it.