Modified actionbar to allow display of icon+text on tablets
[pub/Android/ownCloud.git] / AndroidManifest.xml
index 8ff6870..465dec8 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" />