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

Skip to content

Commit eccc37f

Browse files
committed
2 parents 165efa2 + ae5ba83 commit eccc37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ And before the tag:
2929

3030
</ application>
3131

32-
add the following:
32+
add the following (by changing <b>com.yourcompany.yourapp</b> to your custom app namespace):
3333

3434
<service
3535
android:name="com.alexbbb.uploadservice.UploadService"
3636
android:enabled="true"
3737
android:exported="false" >
3838
<intent-filter>
39-
<action android:name="com.alexbbb.uploadservice.action.upload"/>
39+
<action android:name="com.yourcompany.yourapp.uploadservice.action.upload"/>
4040
</intent-filter>
4141
</service>
4242

0 commit comments

Comments
 (0)