简体   繁体   English

是否有可能知道Android应用程序的来源(例如Google Play)?

[英]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? 是否可以通过Android市场(Google Play商店)或其他方式检查应用程序是否已安装?

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. 如果应用程序的安装源是Play Store,那么我们知道名为com.dropbox.android的应用程序是实际的Dropbox应用程序,但如果源不是Play Store,那么任何人都可以创建一个具有相同包名称的Android应用程序并将其安装在设备上。

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. 尝试查看提供的解决方案是否适合您。

I'm not sure if there's a way to detect this. 我不确定是否有办法检测到这一点。 However, to keep it safe, I would suggest you to always disable Unknown sources in Security or Development sections under Settings to avoid any non-market apps being installed. 但是,为了保证安全,我建议您始终在“设置”下的 安全”或“ 开发”部分中禁用“ Unknown sources ”,以避免安装任何非市场应用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当Google Play开发者控制台收到崩溃或ANR时,是否可以收到通知(例如电子邮件)? - Is it possible to get notified (e.g. email) when the Google Play Developer Console receives a crash or ANR? 我如何知道是否安装了任何导航应用程序(例如 Google 地图、Yandex Navigator 等)? - How do I know If any navigation app (e.g. Google Maps, Yandex Navigator, etc) is installed? 在项目“应用程序”中,已解决的 Google Play 服务库依赖项依赖于另一个确切版本(例如“[16.0 - In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[16.0 如何让用户在Android上查看和播放他们已经访问过的歌曲(例如,通过Google Play)? - How to let users see & play songs on Android to which they already have access (e.g., via Google Play)? Flutter - 从平台特定文件夹播放声音文件(例如,Android/app/src/main/res/raw for Android) - Flutter - Play sound files from platform specific folders (e.g. android/app/src/main/res/raw for Android) 在项目“应用”中,已解析的Google Play服务库依赖项依赖于另一个版本(例如“ [11.0。4]”) - In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. “[11.0. 4]” 在项目“app”中,已解决的 Google Play 服务库依赖项依赖于另一个确切版本(例如“[1.3.1 ,2.3]”, - In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[1.3.1 ,2.3]", 错误:在项目“应用程序”中,已解决的 Google Play 服务库依赖项依赖于另一个确切版本(例如“[11.0.4]”) - Error:In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. “[11.0.4]”) Android共享而未安装应用程序(例如Facebook) - Android sharing without having app (e.g., Facebook) installed 从主屏幕,应用程序抽屉或Play商店确定应用程序的启动位置 - Determine where app was started from e.g. Home Screen, App Drawer, or Play Store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM