Skip to content

Commit 6a48b46

Browse files
author
tiann
committed
[Exposed-core] remove unused field.
1 parent acf2afb commit 6a48b46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

VirtualApp/app/src/main/java/io/virtualapp/home/NewHomeActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import android.os.Bundle;
1111
import android.os.Handler;
1212
import android.os.PowerManager;
13-
import android.os.SystemClock;
1413
import android.preference.PreferenceManager;
1514
import android.provider.Settings;
1615
import android.support.v7.app.AlertDialog;
@@ -160,7 +159,6 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {
160159
boolean showTip = false;
161160
int size = appList.size();
162161
mInstallCount = size;
163-
mInstallStartTime = SystemClock.elapsedRealtime();
164162
for (int i = 0; i < size; i++) {
165163
AppInfoLite info = appList.get(i);
166164
if (new File(info.path).length() > 1024 * 1024 * 24) {

0 commit comments

Comments
 (0)