开发者

Open my android app when pressing Android Market url

开发者 https://www.devze.com 2023-03-25 12:06 出处:网络
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'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.

0

精彩评论

暂无评论...
验证码 换一张
取 消