Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 474a557

Browse files
author
Alex Gotev
committed
Make the service exported
1 parent e3ccc1e commit 474a557

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:theme="@style/AppTheme" >
1919
<service
2020
android:name="com.alexbbb.uploadservice.UploadService"
21-
android:exported="false" >
21+
android:exported="true" >
2222
</service>
2323
</application>
2424

bin/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:theme="@style/AppTheme" >
1919
<service
2020
android:name="com.alexbbb.uploadservice.UploadService"
21-
android:exported="false" >
21+
android:exported="true" >
2222
</service>
2323
</application>
2424

bin/android-upload-service.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)