Open device screen on persistent notification tap
Summary
Currently tap on persistent notification opens MainActivity with the screen of the last selected menu entry. This MR proposes to open MainActivity and select menu entry of the only connected device to show the screen corresponding to that device. When there are no or multiple devices connected behavior is as before.
Test Plan
- Tap on persistent notification when no devices are connected opens MainActivity with the screen of the last selected menu entry (no changes)
- Tap on persistent notification when only one device is connected opens MainActivity with the screen corresponding to that device
- Tap on persistent notification when multiple devices are connected opens MainActivity with the screen of the last selected menu entry (no changes)