From 3a029d3462aed5c02687bd9440d6bb278761f9d8 Mon Sep 17 00:00:00 2001 From: Pishang Ujeniya Date: Sat, 26 Dec 2020 12:03:02 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 294351e..7225daa 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ do Ctrl+C in windows Paste in Android ``` +### NOTE +> With the update from Android 10 the clipboard access to any Android apps is restricted from the OS, so this app will not work in Android 10 or later devices, but Windows to Windows Copy Paste Clipboard syncing will work as usual. +> +> [Android 10 Policy Change](https://developer.android.com/about/versions/10/privacy/changes#clipboard-data) + ## Getting Started with ClipSync Android Application Development These instructions will get you a copy of the android project up and running on your local machine for development and testing purposes. @@ -25,7 +30,6 @@ What things you need to install the software and how to install them ### ClipSync Repositories -* [clipsync-server](https://github.com/pishangujeniya/clipsync-server) * [clipsync-windows](https://github.com/pishangujeniya/clipsync-windows) * [clipsync-android](https://github.com/pishangujeniya/clipsync-android)