Skip to content

Commit de73eab

Browse files
author
vhristov5555
committed
Add tests for intent service for android. NativeScript/android#1426
1 parent 1dd4419 commit de73eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/android/files/android-runtime-1347/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
android:icon="@drawable/icon"
2222
android:label="@string/app_name"
2323
android:theme="@style/AppTheme">
24-
<service android:name="com.nativescript.MyIntentService"
24+
<service android:name="com.nativescript.location.BackgroundService"
2525
android:exported="false" >
2626
</service>
2727
<activity

0 commit comments

Comments
 (0)