Skip to content

Add ability to run commands from Android 11 power menu

Summary

Add ability to run commands from Android 11 power menu

Video

Note: This MR increases the target SDK version to API 30 (Android 11), while not excluding everything from the backup, which may lead to undesirable consequences. Better to merge !212 (closed) before merging this MR.

Test Plan

On your Android 11 device, open the power menu. Add controls (the menu for adding controls only shows commands from one device on the screen, swipe left and right to switch between devices). After that, it will select the desired device in the menu. Tap on an control and see how command runs on your PC. Turn off Wi-Fi and watch the controls become unavailable. Also long tap on a control and watch the activity of that device open.

Edited by Maxim Leshchenko

Merge request reports