Prashant

Results 2 issues of Prashant

# Overview New Feature [Clear Clipboard]: as added in android api 28 clearPrimaryClip here i have implemented this. # Test Plan Copy text Clear it by pressing "Clear Clipboard" Button...

Yesterday i was at work, and there was a requirement where i had to empty clipboard. I tried Clipboard.setString(null), Clipboard.setString(''), Clipboard.setString(undefined) but nothing worked and everytime Clipboard.hasString() return true in...

bug