download - android: Detect if App was downloaded from market -


i've got app distribute through market place , own site. how i, using 1 build , 1 key, check see if app downloaded market place or not?

this question answered having code signed different keys, ideally want single build.

packagemanager.getinstallerpackagename(context).equals("com.google.android.feedback")

http://developer.android.com/reference/android/content/pm/packagemanager.html#getinstallerpackagename(java.lang.string)


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -