Unable to access Clipboard Content from background in Android 10+ #63518
Answered
by
ApolloServices
killer010599124
asked this question in
Mobile
-
Select Topic AreaQuestion BodyGetting clipboard information in the background Works fine on android 9 But it doesn't work on android 10 Is there a way to get the clipboard information in android 10? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
ApolloServices
Aug 11, 2023
Replies: 1 comment
-
There is no way around it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
killer010599124
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way around it.
Android 10 (API level 29) updated a number of features and behavior changes to better protect users' privacy.
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.