[android-developers] Android WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY

2011-11-21 Thread Ravi Singh
I am trying to get multiple touch events on a system overlay view, but am only receiving the MotionEvent.ACTION_OUTSIDE event. Is there any possible way of getting multiple touch events on a system overlay? Any examples or links would be very helpful. -- You received this message because you

[android-developers] Creating JAR in Eclipse

2010-11-23 Thread Ravi Singh
HI, I have a thirdparty.jar which I have to add into my Eclipse project and make one combined JAR for my entire package. I have added the thirdparty.jar into my pproject using Java Build Path Libraries settings in eclipse. But when I try to make jar for my entire project, the jar creation for my

[android-developers] onCallbackDied

2010-11-22 Thread Ravi Singh
Hi, I have a remote service which has many clients connected(BINDed) to it. In my service, I wish to perform some functionality when any of my clients is crashed/killed unexpectedly. I came to know about onCallbackDied() API but don't know how to use. Any example or link showing usage of

[android-developers] startForeground() - No notification required

2010-10-10 Thread Ravi Singh
Hi, I have a Remote Service, which I am starting at Bootup of the emulator. I want my service to keep running as a foreground service. For this, I am calling startForeground() from my service's onStartCommand(). I don't want any notifcation from the service. But startForeground() needs a