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?

  • Psionikus@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    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.