[Settings] Refactor: Add LocalePickerBaseListPreferenceController

Bug: 377664066
Flag: EXEMPT refactor
Change-Id: I54d212ea520b67263f5b797175936c046a534519
This commit is contained in:
Zoey Chen
2024-11-06 13:14:53 +00:00
parent 2c4aec3a23
commit 31dfbdabf1
4 changed files with 248 additions and 1 deletions

View File

@@ -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;