5 Star 7 Fork 1

imknown / AndroidLowLevelDetector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GOOGLE_PLAY_PRIVACY_POLICY.md 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
imknown 提交于 2022-07-31 02:13 . Update GOOGLE_PLAY_PRIVACY_POLICY.md

LowLevelDetector privacy policy

Data collections

For me:

  • No user personal privacy data will be collected on user's phone

For 3rd-parties:

  • Google Play will collect some data for statistics if your device is running Google Play Service,
    and Google Firebase will also collect some data for statistics if this app crashes or ANR.
    • These data are not requested by me forwardly;
    • I can see the backend report on their Consoles;
    • I will not share these data to any other people.

Permissions

  • android.permission.INTERNET

    • This permission is used to fetch data from remote server;
    • This permission is only used when user turns on the switch in settings manually;
    • Please notice that some 3rd-parties dependencies, such as Firebase,
      still use this permission silently in the background.
  • android.permission.QUERY_ALL_PACKAGES

    • This permission is used to fetch target api, package name, etc. of apps;
    • This permission is only used to retrieve prebuilt ROM system apps,
      and no user installed apps will be retrieved.
  • Used by Firebase:

    • android.permission.INTERNET
    • android.permission.ACCESS_NETWORK_STATE
    • android.permission.WAKE_LOCK
    • com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE
    • com.google.android.gms.permission.AD_ID

Security

  • You can review all the code here, so I promise there are no things below inside:
    • trojan
    • backdoor
    • virus
    • any other bad things
Kotlin
1
https://gitee.com/imknown/AndroidLowLevelDetector.git
git@gitee.com:imknown/AndroidLowLevelDetector.git
imknown
AndroidLowLevelDetector
AndroidLowLevelDetector
master

搜索帮助