Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xposed-modules-repo/de.buttercookie.optionsmenufix
Options Menu Fix
https://github.com/xposed-modules-repo/de.buttercookie.optionsmenufix
Last synced: about 15 hours ago
JSON representation
Options Menu Fix
- Host: GitHub
- URL: https://github.com/xposed-modules-repo/de.buttercookie.optionsmenufix
- Owner: Xposed-Modules-Repo
- Created: 2023-12-28T22:49:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T21:56:33.000Z (10 months ago)
- Last Synced: 2023-12-29T23:21:14.061Z (10 months ago)
- Homepage: https://github.com/buttercookie42/OptionsMenuFix
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Options Menu Fix
In Android 14 and newer releases of Android 13 (somewhere between r31 and r38, i.e. around
March/April 2023), a bug was introduced into Android which can cause menus implemented as [`Activity`
options menus](https://developer.android.com/develop/ui/views/components/menus#options-menu)
to open only once and to ignore subsequent attempts to open the menu again until the affected
activity has been re-started.For apps that are unlikely to be updated any time soon, this Xposed module implements a simple
workaround to make affected menus work normally again on buggy Android versions.See also https://issuetracker.google.com/issues/315761686
## Compatibility and usage
Requires at least Android 13. Enable the module for any app requiring this workaround.