h6. What Leverage some existing checks into We should expose a function that allows the Android Security SDK end developer to check if there is a debugger attached. h6. Why If an app is debugable, calls can be traced within the application.
h6. How Using Detecting if an Android debugger is attached to the recommendations coming out of application can be checked using the initial IdM SDK Module work Debug class. http {code : java} / /feedhenry ** * Detect if a debugger is attached to the application . org * / mobile-security/#mobile_app_self_defence Check to be completed for this JIRA: public boolean debuggerDetected() { debuggerDetect if ( Debug.isDebuggerConnected( ) ) { return true; } else { return false; } } {code} |
|