I'm developing an Android application that will be hopefully used by activists around the world. I'm somewhat dismayed that the Market automatically tracks active installs and sends crash reports, even though I'm not using analytics. I'd rather that this usage information not be sent to Google at all (no matter how useful it might be to me as a developer). I will offer my appl开发者_Go百科ication for download from my own website, which is set to not log any downloads, but I'd like to turn this off on the Android market as well, but I don't see any option from the Market dashboard.
- Is there a way to disable this programatically?
- If I offer my signed apk from my own website, are these usage statistics also sent to Google?
Addind to Niek's reply, AFAIK it is not possible to disable tracking of active installs by Google. In addition to offering your app to be downloaded from your site, you could check some alternatives to the Android market (google around, but here there are some of the main ones listed here: http://thenextweb.com/apps/2011/01/09/6-alternatives-to-the-android-market/). Depending on your user target, some people could find it easier to install from an alternate market. Of course, we don't know whether alternate markets track active installs...
For your second part, no. App crashes and other statistics are only applied to apps that are installed via the market. So offering your apk outside the market should do the trick.
精彩评论