Find the Window containing a View in Android
- by Casebash
I can't find a way to obtain a reference the Window containing an arbitrary View v. I found fromgetWindowToken, but I can't figure out how to use it? Does anyone know how?
Also, does anyone know why it returns an IBinder rather than a Window?