安装包图标

Loophole

One-tap Quick Settings toggle for Android Developer Options.
新版本 1.1.0
Turning Developer Options on now switches USB debugging and wireless debugging off first, so it no longer brings back a debugging session you left enabled. Note that this ends any active adb connection.
Long-pressing the Quick Settings tile now opens Loophole instead of the system App Info screen.
Adding the tile now tells you whether it was added or is already there.
The app, tile and widget now follow Developer Options live.
Loophole is a one-tap Quick Settings toggle for Android Developer Options.

If you're an Android developer, Developer Options is basically always on. But a lot of banking and fintech apps treat that as a red flag and refuse to open, or silently degrade, while it's enabled -- even though you're not doing anything shady, you're just building.

The normal fix is: open Settings, find Developer Options, toggle it off, open your banking app, then remember to turn it back on later. Loophole turns that into one tap from the notification shade.

Features:
* Reads and toggles Developer Options directly via a Quick Settings tile
* Optional home screen widget as an alternative to the tile
* Simple in-app switch as a fallback / status view
* No ads, no analytics, no tracking

Setup note: toggling Developer Options programmatically requires the WRITE_SECURE_SETTINGS permission, which Android only allows to be granted manually once via adb (it cannot be requested through a normal runtime permission dialog):

adb shell pm grant android.permission.WRITE_SECURE_SETTINGS

Full setup instructions are in the project README.

A note on permissions: the app does not make network requests and holds no INTERNET permission. However, the manifest does include ACCESS_NETWORK_STATE, WAKE_LOCK, RECEIVE_BOOT_COMPLETED, and FOREGROUND_SERVICE. These come from Jetpack Glance, the framework used to build the home screen widget, which relies on WorkManager internally to schedule widget updates and survive process death. They are a byproduct of the widget framework itself, not of any network or background activity Loophole performs.

版本

尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。

下载 F-Droid
  • 版本 1.1.0 (4) 推荐 更新于 2026-08-21

    arm64-v8a armeabi-v7a x86 x86_64

    该版本需要 Android 7.0 及以上版本。

    此包由原始开发者构建并签名,并保证对应于此源代码 tarball

    权限
    • 查看网络连接
      允许此应用查看网络连接的相关信息,例如哪些网络存在并处于连接状态。
    • 运行前台服务
      允许此应用使用前台服务。
    • 开机启动
      允许此应用在系统完成引导后立即启动。这样可能会延长开机时间,并因始终运行而降低手机总体运行速度。
    • 防止手机休眠
      允许此应用阻止手机进入休眠状态。
    • android.permission.WRITE_SECURE_SETTINGS
    • com.shubhang.loophole.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下载 APK 2.1 MiB PGP 签名 | 构建日志

  • 新版本 1.0.2
    Fixed permission disclosure in app description (network-related permissions come from the Glance widget framework, not app network activity).
    Enabled reproducible builds.
    Enabled code and resource shrinking, reducing APK size.
  • 版本 1.0.2 (3) - 更新于 2026-07-26

    arm64-v8a armeabi-v7a x86 x86_64

    该版本需要 Android 7.0 及以上版本。

    此包由原始开发者构建并签名,并保证对应于此源代码 tarball

    权限
    • 查看网络连接
      允许此应用查看网络连接的相关信息,例如哪些网络存在并处于连接状态。
    • 运行前台服务
      允许此应用使用前台服务。
    • 开机启动
      允许此应用在系统完成引导后立即启动。这样可能会延长开机时间,并因始终运行而降低手机总体运行速度。
    • 防止手机休眠
      允许此应用阻止手机进入休眠状态。
    • android.permission.WRITE_SECURE_SETTINGS
    • com.shubhang.loophole.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下载 APK 2 MiB PGP 签名 | 构建日志