| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:tools="http://schemas.android.com/tools"> | |
| <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" /> | |
| <application> | |
| <service | |
| android:name=".connect.KeepAliveService" | |
| android:foregroundServiceType="specialUse" | |
| android:enabled="true" /> | |
| </application> | |
| </manifest> | |