So if you have ever used the Bitmoji keyboard, you know that it shares your selected Bitmoji in whatever application you are using, be it messenger or SMS without the normal sharing intent pop up, where you choose what application to share it with. This is really my first Android project, as I have been developing for iOS. iOS makes it easy in this case as you just copy the image to the clipboard (pasteboard) and then the user pastes it wherever they want.
Now I'm developing a Android IME, and need to know of a way to know what application the user is currently typing in?
So can someone point me in the direction? I've learned a lot about Android development over the last week, and my head is kind of swimming from reading so much of the documentation, especially with ContentProvider and having images share to the Android SMS application correctly.