[android-developers] ADB server on a different machine

2015-08-04 Thread pedr0
Hi all, Would it be possible to ask the adb client to connect to a different server than the one running on localhost ? Googling the problem I have bumped into the variable ANDROID_ADB_SERVER_PORT, is there a ANDROID_ADB_SERVER_ADDRESS or something similar ? Where can I find the definiton of

Re: [android-developers] Manifest android:process field

2015-08-04 Thread Justin Anderson
The documentation does not state that each time the activity is created it will also create a new process. From your email, the documentation states: If the name assigned to this attribute begins with a colon (':'), a new process, private to the application, is created when it's needed and the

Re: [android-developers] Manifest android:process field

2015-08-04 Thread pedr0
This is not quite an answer ... is it ? On Tuesday, August 4, 2015 at 3:40:53 PM UTC+1, MagouyaWare wrote: The documentation does not state that each time the activity is created it will also create a new process. From your email, the documentation states: If the name assigned to this

[android-developers] Manifest android:process field

2015-08-04 Thread pedr0
Hi all, I am using such field in the AndroidManifest file to unsure that an activity it's started as a separate process each time, I am using it in this way : activity android:process=:testprocess ... / Following the Android documentation the colon : should mean the activity will be

[android-developers] accessibility settings change my app

2015-08-04 Thread Jags
Hi All, There is a settings in accessibility section of android that reverse / invert colors. my app has some controls which have standard colors, which can't change , as they have semantic meaning, for example, signal stop red, signal careful - orange, signal ok-green my question is, how to