// Source - https://stackoverflow.com/questions/71771950/android-10-vivo-funtouch-os-killed-my-foreground-service-on-swipe
// Posted by Ahsan Ali
// Retrieved 2025-11-06, License - CC BY-SA 4.0
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<service android:name=".service.MyService"
/>