summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-10-02 16:31:40 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-10-02 16:31:40 -0400
commitd4f285d22f00e10cdb20e159f3862fd5afeeab41 (patch)
tree355caf51e3d33bd22a31694b4895a620aac9e146
parent61e76c1472afe908046dde38f947b1f8b55960df (diff)
downloadsdl_android-feature/reformat_hello_sdl_code.tar.gz
Fix formatting isssue in AndroidManifest.xmlfeature/reformat_hello_sdl_code
-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"