Shizam
Shizam

Reputation: 9672

Possible to determine installation method of Android app?

Is it possible to determine the installation method of your Android application? Google Play, Amazon, manual install, bundled, etc and if so how? This is a similar quesiton to Detect if app was downloaded from Android Market but in this case the signatures would be the same.

Upvotes: 0

Views: 385

Answers (1)

Carl
Carl

Reputation: 15605

Just bake a value into the APK released to each store, indicating which store (or other distribution method) it is for. This same value could be used to configure all the changes required for that store.

Upvotes: 1

Related Questions