summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xandroid/hello_sdl_android/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/hello_sdl_android/src/main/AndroidManifest.xml b/android/hello_sdl_android/src/main/AndroidManifest.xml
index 369ec58b0..289b4c7e7 100755
--- a/android/hello_sdl_android/src/main/AndroidManifest.xml
+++ b/android/hello_sdl_android/src/main/AndroidManifest.xml
@@ -42,7 +42,8 @@
<service
android:name="com.sdl.hellosdlandroid.SdlService"
- android:foregroundServiceType="connectedDevice"></service>
+ android:foregroundServiceType="connectedDevice">
+ </service>
<service
android:name=".SdlRouterService"
android:exported="true"