-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No setting menu on Android 6.0 #39
Comments
I got HTC m8s with Android 6, and I see the menu as expected. You probably have a phone that lacks backwards compatibility with Android 2.3 |
I guess @fabys77 has a phone with physical navigation (home, back, recents) buttons, so there's no menu button. You should go to Device Settings and change navigation buttons to on-screen. |
Same here for OnePlus 3T which has hardware buttons. And as a user you want to use those because i.e. of the fingerprint sensors and the added screen estate. If you enable soft buttons an additional ":"-Menu appears besides the regular soft keys which enables access to the otherwise inaccessible menu i.e. for accessing records etc. Sad to see this software going stale and unusable though there are open pull requests addressing this issue … |
Workaround to open the menu that is still working (Android 13):
This simulates the menu button press (KEYCODE_MENU), see https://gist.github.com/ctrl-freak/9abb5aea0d89d7bd9df6a3d0ac08b73c |
There is no hard menu button on Android 6 phone (only back and task list). There is no way to setup the APP.
Thanks
The text was updated successfully, but these errors were encountered: