Is there a proper way to let users know about known issues
I am working on an Android application and I have some known issues (both platform related and "won't fix" issues).
- Is there a proper way to let users know about these known issues?
- How visible should this list be?
Just to clarify: I don't expect these issues to be common (or major).
Edit: more info
Example issues:
- Platform: Android has a backup system for apps, but it only runs on Android's schedule (when certain conditions are met). If the user made some changes after an update, uninstall and later reinstall he will lose the changes he has made after the update.
- Won't fix: there's a notification that is shown to the user if the application goes to the background (configuration related notification). There is a state of the app where this notification will not be sent (although it should have been sent).
Layout: the main application is a map with a drawer - this is the current layout, but this may change.