Skip to content

Commit d1b0883

Browse files
authored
Eliminate unused import in Android embedding (flutter#15975)
Eliminates an unused dependency on android.os.build. The last remaining use of this was eliminated in 0615f45 with the removal of an unused method that contained an android version check.
1 parent fec9573 commit d1b0883

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/android/io/flutter/embedding/android/FlutterFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import android.arch.lifecycle.Lifecycle;
99
import android.content.Context;
1010
import android.content.Intent;
11-
import android.os.Build;
1211
import android.os.Bundle;
1312
import android.support.annotation.NonNull;
1413
import android.support.annotation.Nullable;

0 commit comments

Comments
 (0)