commit | 9ee5f6edc9b941d6372f12891f7cdb66dbec1118 | [log] [tgz] |
---|---|---|
author | Manish Singh <psych@google.com> | Thu Nov 09 20:59:03 2023 +0000 |
committer | Manish Singh <psych@google.com> | Fri Dec 01 22:37:37 2023 +0000 |
tree | 496c57a741bf1485fdac5024800f6d98b4725b8e | |
parent | d503f25692cbcf1eb55b7b4c96fd032e3a9d1b53 [diff] |
Make the order of tabs same as profile creation Currently the order is hardcoded to be Primary, Work, Private. But SettingsLib in frameworks uses the order returned by UserManager's getProfiles API. This causes inconsistency across various Settings pages. Changing the order to be the one returned by UserManager. Bug: 304366476 Test: manual Test: atest ProfileSelectFragmentTest Change-Id: I9953f211bfbeab129aa6b7c7ec0fe294e91dda26