Do I need to code the android back button in order to publish in GooglePLay?
Google doesn’t review most of their apps and many apps go up not following any rules. They will review some apps to promote and they likely won’t feature your app if you don’t support handling the back button correctly.
Other stores may be more picky. I know the Samsung store is very picky about how buttons are handled.
Rob
In mainactivity use finish(); method within onClick block of back button.
Google doesn’t review most of their apps and many apps go up not following any rules. They will review some apps to promote and they likely won’t feature your app if you don’t support handling the back button correctly.
Other stores may be more picky. I know the Samsung store is very picky about how buttons are handled.
Rob
In mainactivity use finish(); method within onClick block of back button.