Re: [android-developers] Intercept all HTTP Connect request from webview

2015-12-30 Thread vipendra katre
You can use fiddler tool which is used for request monitoring. Thanks!! On 31-Dec-2015 5:25 am, "Samiksha Saxena" wrote: > Hi, > i have a sample app which is loading a webpage within a webview. The > webpage is over HTTPS and is routed through a proxy server. As i am

[android-developers] Difference between swiping in all apps menu and pressing back to exit

2015-12-30 Thread Nick Teo
Hi all, I'm working on a messaging app that starts a service in the background that will receive messages from a Pebble smartwatch and then send out an sms message. Right at this moment, I'm trying to make it so that the service is always running in the background so that the user can always

[android-developers] Bluetooth Simple Secure Pairing in Android 6.0 not working

2015-12-30 Thread Ankur Agrawal
I am making a Bluetooth capable device using TI's CC2564 module. Before updating to Android 6.0, I could pair my phone (Nexus 5) with the device using Simple Secure Pairing (SSP) with no issues. Ever since I updated to Android 6.0, my phone would not pair with the device. The debug terminal

[android-developers] Code for NFC tag to turn bluetooth-tethering on/off

2015-12-30 Thread Daniel Kußmaul
Hello I want to use a NFC tag for turning bluetooth-tethering on/off on my android phone. I found no app that supports this function. There is the opportunity to write an URI on the tag in order to open e.g. an application. So is there a chance to use such an URI or a 'code' that I could

[android-developers] Intercept all HTTP Connect request from webview

2015-12-30 Thread Samiksha Saxena
Hi, i have a sample app which is loading a webpage within a webview. The webpage is over HTTPS and is routed through a proxy server. As i am using a proxy server between client and the server, the browser is creating a tunnel using HTTP Connect method. I want to intercept the Connect request

[android-developers] Delete an application from google play store

2015-12-30 Thread Tomas Bortoli
I would delete the application because I've done a refactoring on the code and also the application id is changed on something more accurate and the dev console doesn't let me upload the new one because the ID is different! I read on the web that isn't possible to accomplish this. Really? Why?

Re: [android-developers] Delete an application from google play store

2015-12-30 Thread Steve Gabrilowitz
A different app id means a different app. Keep the app id and upload the refactored code. Otherwise you will need to create a new play store app for the new app id, then you can unpublish but not delete the original. On Dec 30, 2015 4:21 PM, "Tomas Bortoli" wrote: > I

Re: [android-developers] Different APKs for same code on difference machines

2015-12-30 Thread Bipin Jethwani
check the build tool version...maybe there's some diff. And check for zipalign On 30 December 2015 at 10:03, Shashidhar wrote: > Hi, > I have used the same code base and referenced the same android version on > 2 windows machines and generated APKs on both of them. The