File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
sysbridge/src/main/java/io/github/sds100/keymapper/sysbridge/service Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33#### TO BE RELEASED
44
55## Fixed
6- - #2007 Volume up/down action bottom sheet is cut off on some devices
6+ - #2007 Volume up/down action bottom sheet is cut off on some devices.
7+ - #2004 Do not crash when launching wireless debugging screen on some devices.
78
89## [ 4.0.0] ( https://github.com/sds100/KeyMapper/releases/tag/v4.0.0 )
910
Original file line number Diff line number Diff line change @@ -369,6 +369,10 @@ class SystemBridgeSetupControllerImpl @Inject constructor(
369369 try {
370370 ctx.startActivity(quickSettingsIntent)
371371 return true
372+ } catch (_: SecurityException ) {
373+ highlightDeveloperOptionsWirelessDebuggingOption()
374+
375+ return false
372376 } catch (_: ActivityNotFoundException ) {
373377 highlightDeveloperOptionsWirelessDebuggingOption()
374378
You can’t perform that action at this time.
0 commit comments