Follow class package change: LocaleList

In order to avoid layering violation, LocaleList needs to be moved from
android.util package to android.os package [1].  This CL follows up that
package change.

No behavior change is intended.

 [1]: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18

Bug: 28819696
Change-Id: Ib331cc3a63f7a1e656573f032a1e69eb906f7c14
This commit is contained in:
Yohei Yukawa
2016-05-17 15:47:19 -07:00
parent 3a1d9d5f06
commit 2e3c5bd7cc

View File

@@ -18,9 +18,9 @@ package com.example.android.apis.inputmethod;
import android.app.Activity;
import android.os.Bundle;
import android.os.LocaleList;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.LocaleList;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;