Add account picker to Support Tab
Add a spinner to select the account for user. Bug: 32249920 Test: make RunSettingsRoboTests Change-Id: I372d16ec5ec3230f5f2994d79f4fd27085092236
This commit is contained in:
@@ -138,8 +138,8 @@ public final class SupportFragment extends InstrumentedFragment implements View.
|
||||
@Override
|
||||
public void onAccountsUpdated(Account[] accounts) {
|
||||
// Account changed, update support items.
|
||||
mSupportItemAdapter.setAccount(
|
||||
mSupportFeatureProvider.getSupportEligibleAccount(mActivity));
|
||||
mSupportItemAdapter.setAccounts(
|
||||
mSupportFeatureProvider.getSupportEligibleAccounts(mActivity));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user