diff options
| author | Tadashi G. Takaoka <takaoka@google.com> | 2014-10-06 08:08:09 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-06 08:08:11 +0000 |
| commit | 4bde90bf77a52dca1f99eebd3cfb890d741ccd83 (patch) | |
| tree | a34925b8835834b2f256f9294cfe5091b1cefbc7 /java/src/com/android/inputmethod/latin/setup/SetupActivity.java | |
| parent | 8b24e7abde6702f3af557fc411d18edc34528496 (diff) | |
| parent | 48b707e1bd2f725478a0af10796f67280971acc4 (diff) | |
Merge "Update setup wizard video and image of AOSP"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/setup/SetupActivity.java')
| -rw-r--r-- | java/src/com/android/inputmethod/latin/setup/SetupActivity.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/latin/setup/SetupActivity.java b/java/src/com/android/inputmethod/latin/setup/SetupActivity.java index b770ea512..7607429f8 100644 --- a/java/src/com/android/inputmethod/latin/setup/SetupActivity.java +++ b/java/src/com/android/inputmethod/latin/setup/SetupActivity.java @@ -17,12 +17,8 @@ package com.android.inputmethod.latin.setup; import android.app.Activity; -import android.content.Context; import android.content.Intent; import android.os.Bundle; -import android.provider.Settings; -import android.view.inputmethod.InputMethodInfo; -import android.view.inputmethod.InputMethodManager; public final class SetupActivity extends Activity { @Override |
