Hide My Applist

Stars Release Download Channel License

banner

About this module

Although It is incorrect to detect specific app 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.

关于该模块

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

Releases

v3.8.3

Stable

8/1/2026, 5:23:08 PM

  • 升级到 libxposed API 101

  • 修复 OneUI 上因激进优化导致的 hook 失败

  • 修复其他小问题

  • Update to libxposed API 101

  • Fix hook failure on OneUI because of aggressive Java optimization

  • Fix other minor issues

Assets

1

v3.8

Stable

5/13/2026, 3:01:32 PM

自此版本起。框架实现必须允许在系统服务中加载原生库,否则模块无法生效

  • 最低支持版本提升至 Android 11
  • 更换 hook 方案,大幅提升性能,可能不稳定
  • 新增可按应用单独设置的激进意图过滤选项
  • 优化配置与列表刷新流程,提升应用列表加载速度
  • 移除 Firebase

From this version onward, the framework implementation must allow native libraries to be loaded within system services; otherwise, the module will not work.

  • Minimum supported version raised to Android 11
  • Replaced the hook mechanism, significantly improving performance, though it may be unstable
  • Added an aggressive intent filtering option configurable per app
  • Optimized configuration and list refresh workflows, improving app list loading speed
  • Removed Firebase

Assets

1

v3.6.1

Stable

10/18/2025, 8:04:56 AM

Always enable ActivityStarter hook
Support edge-to-edge
Fix minor issues

永远启用 ActivityStarter 钩子
支持边到边
修复一些小问题

Assets

1

V3.5

Stable

6/23/2025, 4:15:03 PM

Address startActivity() exploit below A13
Rework hook for getArchivedPackage()
Improve logging performance

处理低于 A13 的 startActivity() 漏洞
重写 getArchivedPackage() 漏洞修复
提升日志性能

Assets

1