txusballesteros / bubbles-for-android

Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.
Apache License 2.0
1.48k stars 281 forks source link

Usage with an AccessbilityService? #16

Open Bluesir9 opened 8 years ago

Bluesir9 commented 8 years ago

I wish to use the bubble in an AccessibilityService but that sounds like something that should not be done since that would be a Service running inside a Service(or would that be fine not very sure).

Simply put, how can i use the bubbles inside of an AccessbilityService? How can I go about doing that?

Bluesir9 commented 8 years ago

Something like this app does it?