본문 바로가기

Android

개발자 모드가 ON 되어 있는지 확인

https://stackoverflow.com/questions/31581830/android-how-to-check-if-developer-option-is-enabled

int adb = Settings.Secure.getInt(this.getContentResolver(), Settings.Global.DEVELOPMENT_SETTINGS_ENABLED , 0);