Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twaddington authored Nov 26, 2019
1 parent 20b4f22 commit 7616641
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This is a sample Android project that monitors the system's ClipboardManager
for changes and logs the clipboard text to a file.

## Update (2019-11-26)

This issue is completely mitigated in Android 10 with this change:

> **Limited access to 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.
https://developer.android.com/about/versions/10/privacy/changes#clipboard-data

## Security

An electronic clipboard is insecure by nature. Such a system is designed to
Expand Down

0 comments on commit 7616641

Please sign in to comment.