Suppose I’m working on an Android application. Suddenly I connect my Android phone to my computer. Does Android have a mechanism to detect such hardware interrupts?
Suppose I’m working on an Android application. Suddenly I connect my Android phone to
Share
Yes, the linux kernel that is running in the background can handle interrupts.
You can even take a look at them by typing:
in the adb shell.