Moved execution of GetSharesOperation to OperationsService
[pub/Android/ownCloud.git] / AndroidManifest.xml
index c1202e6..ca11c81 100644 (file)
             </intent-filter>
         </activity>
 
+        <service android:name=".services.OperationsService" />
         <service android:name=".files.services.FileDownloader" />
         <service android:name=".files.services.FileUploader" />
         <service android:name=".media.MediaService" />