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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -