MASTG-BEST-0008 WebView のデバッグを無効にする (Debugging Disabled for WebViews)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
if (0 != (getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE))
{ WebView.setWebContentsDebuggingEnabled(true); }
}PreviousMASTG-BEST-0007 AndroidManifest のデバッグフラグを無効にする (Debuggable Flag Disabled in the AndroidManifest)NextMASTG-BEST-0009 安全な暗号アルゴリズムを使用する (Use Secure Encryption Algorithms)
Last updated