I want to add some security to clipboard manager. I have developed an application. Inside my application i am giving the option to copy and paste but i don't want the data copied inside my application to be available outside my application, but it is available in the history of clipboard. How do i solve this?
I have tried to solve it by setting the copy to null onpause of my application that would eliminate the paste option but the contents are still available in the history of clipboard manager. How do i delete the contents in clipboard? (or) How can i encrypt my data before sending it to clipboard? This is to provide security for the data in my application. Please let me know if there is any other approach to achieve this. -- Regards Y Sundeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

