I'm trying to capture the event when the user clicks an Android Market url so I can have it start my app instead of Market.
I have tried to use intent-filters like this post but I can't 开发者_如何学编程get it to work, it never opens my application.
If you read the accepted answer from the question you linked to and its comments, you would find that you cannot intercept these Intents
. They are protected by the firmware.
精彩评论