X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/63a3522ab7c8940ccc48be09e2247f86cbf60598..84831fb1c8839b20e5d972234d59b14dff16cde4:/src/com/owncloud/android/syncadapter/FileSyncService.java?ds=sidebyside diff --git a/src/com/owncloud/android/syncadapter/FileSyncService.java b/src/com/owncloud/android/syncadapter/FileSyncService.java index f6c70dcb..d3472658 100644 --- a/src/com/owncloud/android/syncadapter/FileSyncService.java +++ b/src/com/owncloud/android/syncadapter/FileSyncService.java @@ -34,6 +34,9 @@ public class FileSyncService extends Service { public static final String ACCOUNT_NAME = "ACCOUNT_NAME"; public static final String SYNC_RESULT = "SYNC_RESULT"; + public String getSyncMessage(){ + return getClass().getName().toString() + SYNC_MESSAGE; + } /* * {@inheritDoc} */