Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to know the source(e.g. Google Play) of Android app?

Is it possible to check whether an application was installed via Android market (Google Play Store) or by other means?

Basically what I want to know is whether an application is genuine or not. If the source of installation of an app is Play Store, then we know that the application named com.dropbox.android is the actual dropbox application but if the source is not Play Store, then anyone could have created an android app with same package name and installed it on device.

like image 818
Atul Goyal Avatar asked Aug 31 '12 08:08

Atul Goyal


People also ask

What do you need to know about Google Play Services?

Learn everything you need here. Google Play Services is one of the most important apps on any Android phone. It helps connect everything, provides easy tools for app developers, and helps older Android phones get modern features without the need for Android OS updates. Google Play is also quite elusive.

Why is Google Play not available on Fire OS?

While Google Play is strongly associated with Android, it is not a part of the stock Android experience. It’s actually an extra piece of software for Google’s specific Android experience. That’s why the Play Store isn’t available on Android forks like Amazon’s Fire OS.

Why is my device not listed on Google Play Store?

If your device isn't listed, it may be newly released, or it may not work with Google Play. If you need more information on whether your device can use Google Play, contact the device manufacturer. Was this helpful?

What is the Google Play Store?

The Google Play Store is a digital storefront for various types of media. People most commonly use the app to download apps and games. However, the Play Store also sells e-books, TV shows, and movies. Everything, aside from apps and games, has its own app so you can optionally browse those sections only.


1 Answers

This might be the same question as in How to know an application is installed from google play or side-load? Try and see if the provided solution works for you.

like image 93
kaderud Avatar answered Sep 30 '22 19:09

kaderud