• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Broadcast receiver when user adds/removes bookmarks

refindall

Lurker
Hello everyone

I am writing an application for Android phones, where I need to keep track of bookmarks and search history. I need a mechanism to notify me if a bookmark has been deleted (or added). Is there any way I can do this. I though may be I can add an internet filter for the action android.intent.action.DELETE and let my broadcast receiver figure out what the delete action was for. But that doesnt seem to work (I dont receive anything in my broadcast receiver when I try to delete a bookmark)

any help will be appreciated
 
Welcome to AF!

I dont think there is such a broadcast intent. I cant see any useful purpose it would serve and can think of a few malicious ones instead.

hth
 
Back
Top Bottom