[No‐Root] How to hide enabled developer options - yashaswee-exe/AndroidGuides GitHub Wiki

Helps with apps like Digilocker, iMobile, Axis Bank app.


Let's start

  • Download & install Geto app.
  • Give the following permission using adb:
adb shell pm grant com.android.geto android.permission.WRITE_SECURE_SETTINGS

If you don't have a PC, you can also give the above permission using Shizuku and ashell app. Google/YT how to use. But then the command will be

pm grant com.android.geto android.permission.WRITE_SECURE_SETTINGS
  • Go to Geto app, search & tap the app that is giving warning/error regarding enabled developer options.

  • Tap the 2nd "gear" icon on the bottom and add the entries as mentioned in the below screenshot:

  • Hit "Add".

  • Force stop the target app and done!


If you have root, you can use IAmNotADeveloper LsPosed Module instead. Here is the guide for it.