Skip to content

Commit

Permalink
Merge branch 'develop' into 1219-key-mapper-notifications-cant-be-ena…
Browse files Browse the repository at this point in the history
…bled-on-android-14
  • Loading branch information
sds100 authored Jul 7, 2024
2 parents 8542cb8 + 0e8a57f commit 079690a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@ object ActionUtils {
// The global action still fails even though the API exists in SDK 34.
ActionId.COLLAPSE_STATUS_BAR -> Build.VERSION_CODES.TIRAMISU

ActionId.ENABLE_BLUETOOTH,
ActionId.DISABLE_BLUETOOTH,
ActionId.TOGGLE_BLUETOOTH,
-> Build.VERSION_CODES.S_V2

else -> Constants.MAX_API
}

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This action will play a sound. Key Mapper will copy the sound file to its own fo
!!! attention "Requires ROOT permission on Android 10+"
If you aren't rooted then you must install the [WyFy](https://github.com/x13a/WyFy) app. You must then use the Intent action in Key Mapper to send a broadcast that tells this app to change the WiFi state. In the WyFy's README it outlines the Intent parameters. This app works around the issue by targeting API 28 (Android 9), which means the app doesn't need to follow the new restrictions in API 29 (Android 10). But this means it can't be approved in the Play Store so you must install the apk manually from GitHub or through F-Droid.

### Toggle/enable/disable Bluetooth
### Toggle/enable/disable Bluetooth (up to Android 12L)

### Toggle/enable/disable mobile data

Expand Down

0 comments on commit 079690a

Please sign in to comment.