[android-developers] WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH and 4.0+ touch events not captured

2012-04-13 Thread Bsweet
I have a service that I allow other applications to bind to remotely. During key events that they record to my service, I show a small overlay above their app. I use the following: WindowManager.LayoutParams params; params = new WindowManager.LayoutParams();

[android-developers] Remote Service + Async Calls + Activity + Callbacks... oh my!

2012-02-02 Thread Bsweet
I'm building an Android application that will provide some helpful services to other android applications. Activities will remotely bind to my service to interact with it. Per feedback and requests from developers using my services, I have been asked to handle some of the UI flow. This requires

[android-developers] Re: How to determine what Activities are bound to my Service

2011-12-18 Thread Bsweet
with client signature, and package signatures in general, goes beyondmyknowledge though. -- H On Dec 17, 2011, at 1:14 AM, Bsweet wrote: Ultimately what I would like to do is check the signature of thebound application. I want to have a mechanism where developers can register

[android-developers] Re: How to determine what Activities are bound to my Service

2011-12-16 Thread Bsweet
It is the spoof part that concerns me. Anyone else out there have any creative ideas? Right now I'm considering just checking who is on the top of the activity stack, but that is hokey and not reliable. On Dec 16, 4:30 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Dec 15, 2011 at

[android-developers] Re: How to determine what Activities are bound to my Service

2011-12-16 Thread Bsweet
protocol might work surprisingly well if it's kept secret. -- H On Dec 16, 2011, at 6:26 PM, Bsweet wrote: It is the spoof part that concerns me. Anyone else out there have any creative ideas? Right now I'm considering just checking who is on the top  of the activity stack

[android-developers] Re: How to determine what Activities are bound to my Service

2011-12-16 Thread Bsweet
. Quite obviously all this depends totally on how much security you're required to have within your client-service interaction but some very simple handshaking protocol might work surprisingly well if it's kept secret. -- H On Dec 16, 2011, at 6:26 PM, Bsweet wrote: It is the spoof

[android-developers] How to determine what Activities are bound to my Service

2011-12-15 Thread Bsweet
I'm writing a service in my application that will allow remote bindings from other apps. I want to know what activities or application packages are binding to my service. Is it possible to determine this? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Recommendation for Android Training

2011-08-25 Thread Bsweet
Has anyone attended any in person Android development training? If so, I would love to hear any recommendations (or classes to avoid). I'm in Seattle, but willing to travel. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Select Contact as First Step in Application

2011-07-08 Thread Bsweet
I want to use the built in functionality to select a contact as the first step in my application. 1. User clicks my app icon 2. Contact Select Appears 3. My Activity Appears How do I go about this? Thanks -- You received this message because you are subscribed to the Google Groups Android