View Single Post
Old 12-29-2024, 03:25 PM   #10
starkruzr
Connoisseur
starkruzr began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Nov 2024
Device: Boox Palma 2, Note Air 4C, Note Max
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'
starkruzr is offline   Reply With Quote