To Launch the market I usually do this: Intent intent = new Intent( Intent.ACTION_VIEW, Uri.parse(\"market://search?q=pname:com.package.package2.package3\"));
A few of my apps were pulled by Google, and a few I unpublished myself, but my Android Market dashboard开发者_如何学编程 still has all these apps listed. Is there any way to remove them?For now there
I am building many apps for Android and wish to have a menu button in the apps that开发者_Python百科 basically opens a list of my other apps in the Android Market.
When downloading and installing updates from Android Market, you often see an update comment like version 1.2.14 Bugfix on...
I have an application published in the Android Market. Its target is 1.6 and its minSdkVersion is 1.5. The only persmission it uses is INTERNET. My Manifest file looks like this:
I have published an app with this AndroidManifest.xml: <supports-screens android:smallScreens=\"true\"
Some Android devices don\'t have Android Market, like Korea, etc. Is it possible to detect the existence of Android Market at runtime?
I\'m about to开发者_如何转开发 release an application in the Android Market. I need to generate a keystore to sign my application. The docs are a little spares on what I\'m support to put into for the
The developer console provides basic install statistics but does not provide any historical data or graphs. Ma开发者_运维百科ny sites (androidzoom.com and many more) provide a view of the Market but t
What\'s the best way to link to an Android Market app without knowing who will get the link (Android user/non-Android user) and from where (desktop/mobile)?