|
@@ -38,9 +38,6 @@ import android.content.SharedPreferences;
|
|
import android.content.SyncRequest;
|
|
import android.content.SyncRequest;
|
|
import android.content.pm.PackageManager;
|
|
import android.content.pm.PackageManager;
|
|
import android.content.res.Resources.NotFoundException;
|
|
import android.content.res.Resources.NotFoundException;
|
|
-import android.database.Cursor;
|
|
|
|
-import android.media.MediaPlayer;
|
|
|
|
-import android.net.Uri;
|
|
|
|
import android.os.Build;
|
|
import android.os.Build;
|
|
import android.os.Bundle;
|
|
import android.os.Bundle;
|
|
import android.os.IBinder;
|
|
import android.os.IBinder;
|
|
@@ -170,6 +167,7 @@ public class FileDisplayActivity extends HookActivity
|
|
private OCFile mWaitingToSend;
|
|
private OCFile mWaitingToSend;
|
|
|
|
|
|
private Collection<MenuItem> mDrawerMenuItemstoShowHideList;
|
|
private Collection<MenuItem> mDrawerMenuItemstoShowHideList;
|
|
|
|
+
|
|
private MediaServiceBinder mMediaServiceBinder = null;
|
|
private MediaServiceBinder mMediaServiceBinder = null;
|
|
private MediaServiceConnection mMediaServiceConnection = null;
|
|
private MediaServiceConnection mMediaServiceConnection = null;
|
|
|
|
|
|
@@ -1642,14 +1640,6 @@ public class FileDisplayActivity extends HookActivity
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public void onSavedCertificate() {
|
|
|
|
- startSyncFolderOperation(getCurrentDir(), false);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Updates the view associated to the activity after the finish of some operation over files
|
|
* Updates the view associated to the activity after the finish of some operation over files
|
|
* in the current account.
|
|
* in the current account.
|