Move AssetCopyService to the services package.

This commit is contained in:
Eder Bastos
2015-05-12 19:45:13 -04:00
parent 4710c3e0eb
commit bb7f8c6753
4 changed files with 5 additions and 6 deletions

View File

@ -60,7 +60,7 @@
android:label="@string/settings"
android:theme="@android:style/Theme.Holo.Light" />
<service android:name=".AssetCopyService"/>
<service android:name=".services.AssetCopyService"/>
</application>