android - How to override the generic "Could not be found" msg for the app doesn't exist on the market -


in app, i'd put android market link points future version of app doesn't exist yet.

startactivity(new intent(intent.action_view,uri.parse("market://details?id=com.example.mystuff.future_app")));

currently, if user click button, android show "the requested item not found" message.

instead of generic message, i'd show customized message --- "coming soon... please stay tuned".

how can catch error , override message?

thanks in advance!

you can't change behavior of application processes intent.

instead, why not have message in app? when upload other app, can update original app point download location.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -