Re: [android-developers] How can I identify permanently certain builds of my app (for tracking)?

2013-07-10 Thread TreKing
On Tue, Jul 9, 2013 at 3:38 PM, user123 ivanschu...@gmail.com wrote: I need to identify certain builds of my app permanently. I don't want to create a new app for this - the app has to be the same as the normal one, which can be downloaded from Google Play. These two statements are

Re: [android-developers] How can I identify permanently certain builds of my app (for tracking)?

2013-07-10 Thread Steve Gabrilowitz
To my way of thinking, a preinstalled app can not be removed unless the device is rooted. If your app is preinstalled in this way then perhaps you can also arrange to have a special shared preferences xml file that serves only as an indicator of the preinstalled status. You say that the

[android-developers] How can I identify permanently certain builds of my app (for tracking)?

2013-07-09 Thread user123
I need to identify certain builds of my app permanently. The reason is, that these will be pre-installed in certain devices and they need some different tracking parameters. I don't want to create a new app for this - the app has to be the same as the normal one, which can be downloaded from