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
Post a Comment