Browse Source

Change content text for notification

Mario Danic 8 years ago
parent
commit
172da075a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/owncloud/android/files/services/FileUploader.java

+ 1 - 1
src/com/owncloud/android/files/services/FileUploader.java

@@ -353,7 +353,7 @@ public class FileUploader extends Service
 
         notification = new NotificationCompat.Builder(this).setContentTitle(getApplicationContext().
                 getResources().getString(R.string.app_name))
-                .setContentText("Uploading...")
+                .setContentText("Upload service ready")
                 .build();
 
         int failedCounter = mUploadsStorageManager.failInProgressUploads(