how do I open my applications info page on Android through my app. I want to open the info page for com.xxx.xxx though I keep failing (The one in settings not the market place one). I am using SDK Min Version 8.
Thanks
how do I open my applications info page on Android through my app. I want to open the info page for com.xxx.xxx though I keep failing (The one in settings not the market place one). I am using SDK Min Version 8.
Thanks
If you're trying to link to your Android market page, try opening a url such as:
market://details?id=com.example.admob.lunarlander
if that's not what you are trying to do you need to explain a little clearer...
Edit: if you are trying to get to the settings part where the user can uninstall your app for example, I think you want to look at this: How can I start android application info screen programmatically?