To get myself a little more familiar with content providers in Android, I\'m making a small clipboard manager app. Its core functionality is to simply add whatever you copy
If you are using API level 11 (3.0) or above, then you can use addPrimaryClipChangedListener which is documented here and there is some example usage here.