Skip to content

Maven API Kotlin License

FeedbackManager

This is a very small library that allows you to send feedback from an app without internet permission via email, either directly or via an unintrusive notification.

Features#

  • send feedback mail via a single function
  • show a feedback notification via a single function
  • no internet permission needed - everything is done via a shared Intent which then can by handled by an installed email app
  • minimal size - only a few functions inside 2 classes

Supported Platforms#

This is a plain android library.