Upload files in the background, untied to any Activity!

This commit is contained in:
YuviPanda 2012-10-11 19:54:59 +05:30
parent 30021b26d6
commit 5beb650063
4 changed files with 144 additions and 80 deletions

View file

@ -28,6 +28,7 @@
<data android:mimeType="image/*" />
</intent-filter>
</activity>
<service android:name="UploadService"></service>
</application>
</manifest>