How can I display a code drawn line over other apps?
问题 Details: I would like to add a code drawn line (like you draw with canvas/paint) and display it over other applications. I currently have an application that allows me to display an image over other application. See my Stackoverflow answer for my code. I have implemented the permission to do so: android.permission.SYSTEM_ALERT_WINDOW I have tried to add a canvas/paint to the WindowManager without errors, but my app crashed. I have tried searching for an answer, but have turned up empty. If