[
https://issues.apache.org/jira/browse/CB-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dani Granados updated CB-12534:
-------------------------------
Description:
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
{{
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
WebView.setWebContentsDebuggingEnabled(false);
}
}}
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.*
was:
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
```
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
WebView.setWebContentsDebuggingEnabled(false);
}
```
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.
> 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
> 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
> {{
> if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
> WebView.setWebContentsDebuggingEnabled(false);
> }
> }}
> 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]