[ 
https://issues.apache.org/jira/browse/CB-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-12534.
-----------------------------
    Resolution: Won't Fix

If it's enabled, it's because we can't shut it off for anything below Android 
4.4.  This method doesn't exist for any API levels below 19, which is why the 
if statement exists.

https://developer.android.com/reference/android/webkit/WebView.html#setWebContentsDebuggingEnabled(boolean)

> Remote debugging is enabled on release build type for android 4.4
> -----------------------------------------------------------------
>
>                 Key: CB-12534
>                 URL: https://issues.apache.org/jira/browse/CB-12534
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 6.4.0
>         Environment: cordova 6.4.0
> {{cordova platform version android}}
>     Installed platforms: android 6.0.0
> android studio 2.2.3
> windows 10 x64
> affects android version 4.4
>            Reporter: Dani Granados
>            Priority: Critical
>              Labels: android
>
> While generating a release and signed apk, if it's ran on a device with kit 
> kat, the remote inspection at google chrome is enabled.
> This doesn't happen on devices with android > 4.4
> Tried adding {{android:debuggable="false"}} on AndroidManifest.xml
> Also adding on main activity
> {quote}
> if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {}
>         WebView.setWebContentsDebuggingEnabled(false);
> }
> {quote}
> But the release apk generated stills being debuggable.
> Then tried installing cordova-plugin-crosswalk-webview and found it disables 
> correctly the remote inspection for release, as it should be *perse.*



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to