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
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