I created UI component (2-3 Button in a row) from Service class using android WindowManagere .
And able to get focus in service UI, but not able to swich focus between activity UI and service UI, focus stick with service component.
If I do View.GONE for service component then control automatic shift to Activity UI component....any help here?
thanks