oh, and answering my own question from earlier about how to find the class name for the ink surface of the app you're using: you can do this with ADB. launch the app, maybe write something on the ink surface just to be safe, and then on whatever machine you're running adb on, connected to your device:
Code:
adb shell 'dumpsys activity activities | grep ResumedActivity'