summaryrefslogtreecommitdiff
path: root/library/main/src/com/android/setupwizardlib/util
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2016-11-29 13:14:59 -0800
committerMaurice Lam <yukl@google.com>2016-11-29 13:14:59 -0800
commitbba98a213159427abfe33a45733b94f61c8d23f1 (patch)
tree980a967af5968adb49296edcac3257041a1a618e /library/main/src/com/android/setupwizardlib/util
parentc38885027dc555d0dad66d4e9a353bb36d6b0a04 (diff)
downloadsetupwizard-bba98a213159427abfe33a45733b94f61c8d23f1.tar.gz
[SuwLib] Remove unused import
Test: Existing test pass Change-Id: I59454c02ab64ee9c6e3351c2d04050539eb05c8d
Diffstat (limited to 'library/main/src/com/android/setupwizardlib/util')
-rw-r--r--library/main/src/com/android/setupwizardlib/util/SystemBarHelper.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/main/src/com/android/setupwizardlib/util/SystemBarHelper.java b/library/main/src/com/android/setupwizardlib/util/SystemBarHelper.java
index 44bcefc..1c5f3d3 100644
--- a/library/main/src/com/android/setupwizardlib/util/SystemBarHelper.java
+++ b/library/main/src/com/android/setupwizardlib/util/SystemBarHelper.java
@@ -31,8 +31,6 @@ import android.view.Window;
import android.view.WindowInsets;
import android.view.WindowManager;
-import com.android.setupwizardlib.R;
-
/**
* A helper class to manage the system navigation bar and status bar. This will add various
* systemUiVisibility flags to the given Window or View to make them follow the Setup Wizard style.