xxxxxliil / Hide-My-Applist

An Xposed module to detect or reject applist requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide My Applist

Stars Download Chat License

About this module

Although "It is incorrect to detect specific app's installation", yet not every app using root provides random packagename support. In this case, detected apps that use root (such as Fake Location and Storage Isolation) is equal to detected root itself.
At the same time, some "smart" apps use various loopholes to acquire your applist, so that it can draw a persona for you.
This module provides some methods to test whether you have already hidden your applist nicely.
Also, it can work as an Xposed module to hide some apps or reject applist requests to protect your privacy.

Compilation

This project uses Hidden API, so you should replace android.jar in Android Studio. Reference

Update Log / 更新日志

Reference to the release page / 参考发布页面

关于该模块

虽然“检测安装的应用是不正确的做法”,而且很蠢,但是并不是所有的插件类应用都提供了随机包名支持。在这种情况下,检测到安装了root类应用(如Fake Location、存储重定向)与检测到了root本身区别不大。(会使用检测手段的app可不会认为你是在“我就蹭蹭不进去”)
与此同时,部分“不安分”的app会使用各种漏洞绕过系统权限来获取你的应用列表,从而对你建立用户画像。(如陈叔叔将安装了V2Ray的用户分为一类)
该模块提供了一些检测方式用于测试您是否成功的隐藏了带有root印记的包名,如Magisk/Edxposed Manager。
同时可作为Xposed模块用于隐藏应用列表或特定应用,保护你的隐私。

About

An Xposed module to detect or reject applist requests

License:GNU General Public License v3.0


Languages

Language:C 70.2%Language:Kotlin 21.9%Language:Java 6.2%Language:HTML 1.3%Language:Shell 0.2%Language:CMake 0.1%