Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get clipboard feature in settings apk (Appium IME) for Android 10+ changes #13466

Closed
KazuCocoa opened this issue Oct 22, 2019 · 3 comments
Closed
Assignees
Labels
Android related to Android-native driver(s) Enhancement feature

Comments

@KazuCocoa
Copy link
Member

The problem

Set clipboard works but get clipboard doesn't in Android 10 #12311 (comment) because of the new security limitation.

https://developer.android.com/about/versions/10/privacy/changes#clipboard-data

Unless your app is the default input method editor (IME) or is the app that currently has focus, your app cannot access clipboard data on Android 10 or higher.

Maybe we can add getting clipboard feature on Appium IME in the settings apk.
(I haven't evaluated if we exactly can do so)

@mykola-mokhnach
Copy link
Collaborator

mykola-mokhnach commented Nov 18, 2019

@KazuCocoa Could you please check the implementation on a phone running Android 10, if you have it, before I merge the changes?

@KazuCocoa
Copy link
Member Author

okay 🆗

@mykola-mokhnach
Copy link
Collaborator

The changes have been published to beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android related to Android-native driver(s) Enhancement feature
Projects
None yet
Development

No branches or pull requests

2 participants