[Settings] Refactor: Add LocalePickerBaseListPreferenceController
Bug: 377664066 Flag: EXEMPT refactor Change-Id: I54d212ea520b67263f5b797175936c046a534519
This commit is contained in:
@@ -39,7 +39,10 @@ import com.android.settings.R;
|
||||
* <p>It only removes one locale at the time, but most users don't
|
||||
* really add many locales "by mistake", so there is no real need
|
||||
* to delete a lot of locales at once.</p>
|
||||
*
|
||||
* @deprecated use SettingLib's widget instead of customized UIs.
|
||||
*/
|
||||
@Deprecated
|
||||
public class LocaleLinearLayoutManager extends LinearLayoutManager {
|
||||
private final LocaleDragAndDropAdapter mAdapter;
|
||||
private final Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user