android - Link to Nokia X app -


we're porting our android apps nokia x, , link apps have in store. not find resources on linking these apps on google play

market://?details 

or

amzn://apps/android 

on amazon.

how can on nokia x? default solution market:// not work. says activity not found exception in emulator (i don't have real nokia x here unfortunately)

according tutorial, market:// uri should work.

http://developer.nokia.com/community/wiki/deep_linking_to_store_on_nokia_x

you should open below:

intent intent = new intent(intent.action_view); intent.setdata(uri.parse("market://details?id=com.nokia.app.mixradio.client")); startactivity(intent); 

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -