WebView.setWebContentsDebuggingEnabled(false) but I am able to debug the code after installing the signed APK
问题 I am trying to publish my android app created with cordova and while publishing I followed all steps like android:debuggable="false" or even removing this line as its the latest suggestion but the problem is when I install the signed build version in my emulator I am able to debug it ... any help? Update:- As per suggestion I tried .. public class appname extends CordovaActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); super.init();