https://bugs.kde.org/show_bug.cgi?id=427790
Daniel Tang <danielzgtg.opensou...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danielzgtg.opensource@gmail | |.com --- Comment #6 from Daniel Tang <danielzgtg.opensou...@gmail.com> --- This is a bad idea because it would complicate and confuse both the user and developers. Android apps should not have an explicit exit button: https://stackoverflow.com/a/6014098/10477326 . This is according to general Android UI principles. See other apps like Google Fit and AccuBattery. The force close button would indeed play the role of the exit button if you really need to close the app. There should be exactly one easy and obvious way for users to do things, and this is it. Additionally, on mobile devices, applications should be able to close themselves, but rather follow the operating system's patterns (such as dismissal from recents or force stop) for doing that -- You are receiving this mail because: You are watching all bug changes.