Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Clipboard restrictions #359

Closed
pulser opened this issue Jul 26, 2013 · 7 comments
Closed

Clipboard restrictions #359

pulser opened this issue Jul 26, 2013 · 7 comments

Comments

@pulser
Copy link

pulser commented Jul 26, 2013

For good or for bad, many password managers use the clipboard to transfer passwords into the browser or app.

We ought to have an option to restrict clipboard access for apps the user doesn't want to programmatically access the clipboard

@rmenessec
Copy link

This is a great idea!

@M66B
Copy link
Owner

M66B commented Jul 26, 2013

@M66B
Copy link
Owner

M66B commented Jul 27, 2013

Will be implemented in the next release.

@M66B M66B closed this as completed Jul 27, 2013
@pogovault
Copy link

I understand the reasons to restrict clipboard from the security viewpoint, but except transferring passwords to other apps I don't see any reason to restrict copy & paste by default. In most user apps it is a real time saver, not mention typing errors.
Any thoughts about moving clipboard restrictions into separate category and maybe enabling by default? Clipboard restrictions are now part of System category that already has many functions and enabling or disabling whole System category just because of clipboard is not viable. If clipboard functions are in separate category people who don't want it enabled by default can easily make change in template.
Now I need to go thru many harmless apps and enable these 6 functions. This also increases size of my xml file which is already at the limit for my phone.

Copy & paste is one of the best inventions, right after TV remote. :-)

@M66B M66B reopened this Jul 30, 2013
@pulser
Copy link
Author

pulser commented Jul 30, 2013

Unless I'm missing something, I don't see any loss of "functionality" within an app, when the whole system category is blocked. I blocked my "Authenticator token" generator app, then copied a code, and pasted it into another app with system blocked.

The only time I think you should experience any change in functionality is when you have an app which SILENTLY interacts with the clipboard. Unless I'm missing how this function currently works?

edit: As I understand it, the "copy paste" which we know and love is actually a feature of the Android OS. The ability for an app to silently interact is more of an API feature, which apps can be blocked from doing. Realistically, unless you have an app that monitors your clipboard in realtime, I am not sure what this will "break".

@M66B
Copy link
Owner

M66B commented Jul 30, 2013

From Android's point of view there is no difference between manually copy/paste or programmatically copy/paste.

This was referenced Jul 30, 2013
@M66B
Copy link
Owner

M66B commented Jul 30, 2013

There will be a new clipboard category in the next release.

@M66B M66B closed this as completed Jul 30, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants