Can anybody throw some light on this issue?

On Dec 6, 7:19 pm, Pratap <[email protected]> wrote:
> Hi
>
> I have written an accessibility service which is registered for
> AccessibilityEvent.TYPES_ALL_MASK for a particular package.
>
> It works fine and I get a callback in
> onAccessibilityEvent(AccessibilityEvent event)  every time a change
> happens in the registered package.
>
> But, when the device reboots, after that I am not getting the callback
> for the first event that is generated by the registered package.
> For subsequent events I get proper callbacks in onAccessibilityEvent
> but I miss the first event.
>
> Has somebody faced such a problem earlier.
> Is this a known issue on Android? I have tried to debug but I am not
> able to figure out the root cause.
>
> Even in Settings-> Accessibilty Acessibility is enabled and my
> application is also checked.
>
> Any help is appreciated

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to