I can’t set custom notification sound and vibration pattern for android oreo and above. For earlier versions of android everything works as it should. I wrote my code based on these answers: Custom notification sound , android Oreo?, Custom Notification Sound not working in Android Oreo and others. But none of this had the desired result. The notification comes, but
Tag: android-8.0-oreo
Uninstalling app: “App is part of the following app: …” Why is that?
I realized that my self programmed app shows a strange dialog when I try to uninstall it: Normally if you try to uninstall any other app it says… What have I done wrong? Where do I have to change something? Answer Ok, now I accidentally found out why and when this happens: If you change “android:label” of the Launcher Activity
How can I reliably simulate touch events on Android without root (like Automate and Tasker)?
How can I reliably simulate touch events on Android (without rooting) from Java outside my app which runs as a background service? While this question has been asked before, most answers utilise ADB. (such as How to simulate touch events on Android device?) https://github.com/chetbox/android-mouse-cursor offers a good solution using Accessibility, but is not very reliable as not all views respond