Our application requires that the text displayed in TextViews or WebViews is not copyable. Can we disable the copy function for controls in an activity or application?
Our application requires that the text displayed in TextViews or WebViews is not copyable.
Share
Try this on TextViews, This mechanism is same in WebView as well.
This should work, as user will not be able to trigger onLongClickListner. Hope this will help to achieve in shortest possible code.
Happy Coding!