⚠️ 警告 ⚠️ WARNING ⚠️

请尽量不要在作用域中勾选任何系统应用,这有可能使您的手机无法启动。正确的使用方式为勾选您想对其生效模块功能的应用。

Please try not to select any system apps in the scope, this may make your phone unbootable. The correct way to use is to select the application which you want the functions of this module to take effect.

I am not a developer.

隐藏开发者模式、USB 调试和无线调试。

Hide development mode, USB debugging mode and wireless debugging mode.

Releases

1.7.0

Stable

9/11/2026, 8:09:24 AM

中文

主要变更

  • 迁移到 libxposed API 102(LSPosed 2.0):模块入口从旧版 de.robv.android.xposed API 改为 libxposed 模块 API,并重写了依赖 XposedBridge.hookAllMethods 的 Hook 层。现在每一项检测方法都对应一个显式的 Hook,缺少 Hook 会在编译期直接报错。本版本为破坏性变更:需要支持 libxposed 模块 API(minApiVersion 101)的框架。
  • 激活状态:改为直接取自框架服务(XposedService),不再依赖对模块自身代码的 Hook。
  • 翻译更新:更新了多语言翻译( xfqwdsj/IAmNotADeveloper#127 )。

检测功能说明与已知问题

  • 检测仍是内置功能:DetectionMethod.test() 通过普通 Android API 读取设备状态。
  • 已知问题:libxposed API 102 下框架不再把模块注入模块自身的应用进程,因此模块应用内的检测图标只能显示真实设备状态,无法再显示被 Hook 后的“隐藏”结果。这不影响对被 Hook 的目标应用的隐藏效果。
  • 计划通过拆分出独立的 detector 应用、由 detector 向模块应用暴露 provider 查询接口来恢复准确的自检,详见 xfqwdsj/IAmNotADeveloper#145 。

注意事项

  • 本版本需要 LSPosed 2.0(即实现 libxposed 模块 API、minApiVersion >= 101 的框架)。仅提供旧版 XposedBridge API 的框架将无法再加载本模块。

English

Highlights

  • Migrated to libxposed API 102 (LSPosed 2.0): the module entry point moved from the legacy de.robv.android.xposed API to the libxposed module API, and the hook layer that relied on XposedBridge.hookAllMethods was reworked. Every detection method now maps to an explicit hook, and a missing hook is a compile-time error. This is a breaking change: it requires a framework implementing the libxposed module API (minApiVersion 101).
  • Activation status: now taken directly from the framework service (XposedService) instead of a hook on the module's own code.
  • Translation update: refreshed several translations (xfqwdsj/IAmNotADeveloper#127).

Detection feature and known issue

  • Detection remains a built-in feature: DetectionMethod.test() reads the device state through ordinary Android APIs.
  • Known issue: with libxposed API 102 the framework no longer injects a module into its own app process, so the in-app test icons can only show the real device state and can no longer show the masked result. This does not affect hiding the module from hooked target apps.
  • Accurate self-detection is planned to be restored by splitting out a standalone detector app that exposes a provider query interface to the module app; see xfqwdsj/IAmNotADeveloper#145.

Notes

  • This release requires LSPosed 2.0 (any framework implementing the libxposed module API, minApiVersion >= 101). Frameworks that only provide the legacy XposedBridge API can no longer load the module.

Full Changelog: xfqwdsj/IAmNotADeveloper@1.6.2...1.7.0

Assets

1

6/4/2023, 8:26:48 PM

本次更新有两项微不足道的内容:

  • 修正了应用的文本错误
  • 对最新的依赖项进行了一次同步

Assets

1

1.5.0

Stable

5/2/2025, 3:39:10 PM

Full Changelog: xfqwdsj/IAmNotADeveloper@1.4.0...1.5.0

What's new

  • 引入了更清晰的UI。现在你可以在一个卡片中查看本模块的工作状态并快速进行故障排除。还移除了“测试”按钮,取而代之的是每个项目的开关前的一个测试结果指示器,请注意,“勾”代表模块获取到的对应状态为“关闭”。

    Introducing a cleaner UI. You can now view the module's operational status in a single card and quickly troubleshoot issues. We've removed the "Test" button and replaced it with test result indicators in front of each item's toggle switch. Please note that the checkmark (✓) indicates the module detected the corresponding status as "off".

Assets

1

1.4.0

Stable

4/29/2025, 2:12:39 PM

Full Changelog: xfqwdsj/IAmNotADeveloper@1.3.1...1.4.0

注意:由于原域名已经不归我所有,从1.4.0版本开始,应用包名变更为top.ltfan.notdeveloper,请知悉

Note: Since the original domain name is no longer owned by me, starting from version 1.4.0, the package name of the application has been changed to top.ltfan.notdeveloper, please be aware of this

What's Changed

  • Target SDK: 34 -> 36
  • Improved logging
  • Dependencies are updated

Assets

1

1.3.1

Stable

7/26/2024, 5:27:50 AM

What's Changed

Full Changelog: xfqwdsj/IAmNotADeveloper@1.2.0...1.3.1

Assets

1

1.2.0

Stable

1/11/2024, 11:47:06 AM

What's Changed

New Contributors

Full Changelog: xfqwdsj/IAmNotADeveloper@1.1.0...1.2.0

Assets

1

1.1.0

Stable

9/24/2023, 5:30:10 AM

摘要 / Summary

Commit: xfqwdsj/IAmNotADeveloper@e8f330f

本次更新是一次过渡。

This update is a transition.

破坏性变化 / BREAKING CHANGES

  • 将最低 SDK 版本提升到了 API 27(Android 8.1)

  • 将 Xposed API 版本提升到了 92(LSPosed)

  • Increased minimum SDK version to API 27 (Android 8.1)

  • Increased Xposed API version to 92 (LSPosed)

其他变化 / Other changes

  • 更新了依赖项

  • Updated dependencies

Assets

1

1.6.1

Stable

7/29/2025, 11:47:37 AM

What's Changed

New Contributors

Full Changelog: xfqwdsj/IAmNotADeveloper@1.5.0...1.6.1

Assets

1

8/23/2022, 2:13:06 PM

本次更新解决了在大于 API 27 的设备上未激活模块时启动模块主 Activity 时的闪退问题

Assets

1