Skip to content

Commit 36952b1

Browse files
committed
#1968 fix: device controls action no longer works on Android 16+ so it has been disabled on new Android versions
1 parent b917429 commit 36952b1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

base/src/main/java/io/github/sds100/keymapper/base/actions/ActionUtils.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)