We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bffa9 commit a3750b6Copy full SHA for a3750b6
app/src/main/java/io/github/sds100/keymapper/actions/ActionUtils.kt
@@ -431,6 +431,10 @@ object ActionUtils {
431
ActionId.TOGGLE_BLUETOOTH,
432
-> Build.VERSION_CODES.S_V2
433
434
+ // See https://issuetracker.google.com/issues/225186417. The global action
435
+ // is not marked as deprecated even though it doesn't work.
436
+ ActionId.TOGGLE_SPLIT_SCREEN -> Build.VERSION_CODES.S
437
+
438
else -> Constants.MAX_API
439
}
440
0 commit comments