Is there a way to start an Intent on the Kindle Fire that will cause the AppStore app to open and display all the apps for a certain developer? For instance, on a phone/tablet with the Android Market installed, I can do this:
Intent otherApps = new Intent(Intent.ACTION_VIEW,Uri.parse("market://search?q=pub:"" + developerName + """));
activity.startActivity(otherApps);
我在安的市场展示了我的所有看法。 我能否与亚马孙应用仓库一道这样做? 如果是,如何? 我曾尝试过这种带有其他似乎有效的名称(例如“ZeptoLab”)的字句,我没有受到任何过滤。 这只是把我 drop倒在完全不受渗透的寄售处。 看看“市场http://details?id= Package.name”的具体数据似乎可行。