Loophole

Verified safeOpen sourceExclusive
No reviews reviews
19
downloads
7.0
android

AI summary

One-tap Quick Settings toggle to enable or disable Android Developer Options, so banking and fintech apps stop flagging your device while you're developing. Includes an optional home-screen widget and a simple in-app switch. Requires a one-time adb grant of WRITE_SECURE_SETTINGS to function. No ads, no analytics, no network access.

Generated by AI. May contain inaccuracies.

About this app

Включение/выключение параметров разработчика Android одним касанием в быстрых настройках — чтобы ваши банковские приложения перестали выдавать ошибки во время разработки.

Проблема

Если вы разработчик Android, то параметры разработчика практически всегда включены. Но многие банковские и финтех-приложения воспринимают это как тревожный сигнал и отказываются открываться или незаметно ухудшают производительность, пока эти параметры включены — даже если вы не делаете ничего противозаконного, а просто разрабатываете приложение.

Обычно это делается так: откройте «Настройки» → «Система» → «Параметры разработчика» → отключите эту функцию → откройте банковское приложение → не забудьте вернуться и включить её снова позже. Каждый. Раз.

Функция Loophole позволяет сделать это одним касанием из панели уведомлений.

Что это делает

Считывает и переключает Settings.Global.DEVELOPMENT_SETTINGS_ENABLED напрямую.

Корабли отображаются в виде плитки быстрых настроек — опустите штору, коснитесь, готово.

Включает в себя простой переключатель внутри приложения в качестве резервного варианта / отображения статуса.

Никакой рекламы, никакой аналитики, никаких сетевых разрешений — затрагивает только одну системную настройку и ничего больше.

What's new

v1.1.0Aug 22, 2026
  • One-tap Quick Settings toggle for Android Developer Options.
  • 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.

About this version

Version
1.1.0 (4)
Size
2.11 MB
Requires Android
7.0
Target SDK
24
Architecture
x86_64, arm64-v8a, armeabi-v7a, x86
Downloads
19
Updated
Aug 22, 2026
Package
com.shubhang.loophole

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app