File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
base/src/main/java/io/github/sds100/keymapper/base/actions Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.0.0 Beta 6] ( https://github.com/sds100/KeyMapper/releases/tag/v4.0.0-beta.06 )
2+
3+ #### TO BE RELEASED
4+
5+ ## Bug fixes
6+
7+ - #1968 Device controls action no longer works on Android 16+ so it has been disabled on new Android versions.
8+
19## [ 4.0.0 Beta 5] ( https://github.com/sds100/KeyMapper/releases/tag/v4.0.0-beta.05 )
210
311#### 1 January 2026
Original file line number Diff line number Diff line change @@ -694,6 +694,8 @@ object ActionUtils {
694694 // is not marked as deprecated even though it doesn't work.
695695 ActionId .TOGGLE_SPLIT_SCREEN -> Build .VERSION_CODES .S
696696
697+ ActionId .DEVICE_CONTROLS -> Build .VERSION_CODES .VANILLA_ICE_CREAM
698+
697699 else -> Constants .MAX_API
698700 }
699701
You can’t perform that action at this time.
0 commit comments