Sorry if this is too obvious but I am trying the following under qpython on Android:
from plyer import notification
notification.notify("something","else")
and I get errors which end with:
NotImplementedError: No usable implementation found!
What am I missing?