[jira] [Commented] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-13 Thread Dani Granados (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907010#comment-15907010
 ] 

Dani Granados commented on CB-12534:


[~jcesarmobile] I knew my phone has a rooted rom (xiaomi mi4 with miui) but I 
didn't expect that the tablet had it too.
I've tried on a friend's phone with 4.4.2 and as you say it's not possible to 
debug the same apk on that device.
Thanks a lot and sorry for the inconvenience.



> 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
> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-08 Thread Dani Granados (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901425#comment-15901425
 ] 

Dani Granados commented on CB-12534:


Hi [~jcesarmobile] , 
I've tried also on a mac Sierra with CLI 6.5.0, removing the targetSdkVersion, 
adding the if statement with setWebContentsDebuggingEnabled as false on main 
activity, connected my phone (and also a tablet with 4.4.1) and I'm still being 
able to inspect in chrome a --release and signed build.
The only tool I'm using is google chrome without plugins (nor in windows 
neither in mac).
I can not debug this same release build on a phone with android lollipop or 
marshmallow.

The cordova plugins installed are:

com.bikasv.plugins.datepicker 0.1.1 "DatePickerPlugin"
cordova-plugin-app-version 0.1.9 "AppVersion"
cordova-plugin-camera 2.2.0 "Camera"
cordova-plugin-compat 1.1.0 "Compat"
cordova-plugin-crypt-file 1.3.2 "CordovaCrypt"
cordova-plugin-dialogs 1.3.2 "Notification"
cordova-plugin-firebase 0.1.10 "Google Firebase Plugin"
cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
cordova-plugin-whitelist 1.2.2 "Whitelist"

Thanks

> 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
> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-07 Thread Dani Granados (JIRA)

 [ 
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
>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
> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-07 Thread Dani Granados (JIRA)

 [ 
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
{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.*


> 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
> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-07 Thread Dani Granados (JIRA)

 [ 
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
{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.*

  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
{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.*


> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-07 Thread Dani Granados (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898984#comment-15898984
 ] 

Dani Granados commented on CB-12534:


[~bowserj] So you are saying android 4.4 is below (not equal) api 19?  And 
that's why it is impossible to disable remote debugging on android 4.4?

Because on my androidmanifest I have 

and my phone where I am being able to inspect an apk installed from google play 
has android 4.4.4.

I really don't understand, sorry.

> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)

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

Dani Granados updated CB-12534:
---
Priority: Critical  (was: Major)

> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)

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

Dani Granados updated CB-12534:
---
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

  was:
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


> 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
> {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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)

 [ 
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
{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.*

  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
> {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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)

 [ 
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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)

 [ 
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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)

 [ 
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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12534) Remote debugging is enabled on release build type for android 4.4

2017-03-03 Thread Dani Granados (JIRA)
Dani Granados created CB-12534:
--

 Summary: 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


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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org