Skip to content

Hide 'Send Clipboard' from DeviceFragment when READ_LOGS permission is granted

Ghost User requested to merge (removed):remove-send-clipboard into master

On Android 10 and above, Clipboard needs to be manually sent. Recently the app was shipped with the patches so that users can use adb to grant the required permissions for automatic clipboard propagation.

In case the permissions were granted for automatic clipboard propagation, 'Send Clipboard' option was hidden from persistent notification but was not removed from the DeviceFragment. This MR addresses this.

Edited by Ghost User

Merge request reports