Make Chooser 4-column on tablets

Apparently, there's a difference between tablets and (some?) foldable
devices in terms of how many columns Chooser should have. There's no
distinction resources-wise between the two.
All-apps in Launcher uses DeviceProfile for the column number, we could
use it as well, potentially.
Meanwhile here's the simplest fix.

Fix: 193648099
Test: manual testing
Change-Id: I149dfb45f7bbebee508114288688ad14ca088f57
This commit is contained in:
Andrey Epin
2022-07-28 15:01:40 -07:00
parent 9158a60bce
commit ea1ce41a7e

View File

@@ -51,7 +51,5 @@
<!-- If true, show multiuser switcher by default unless the user specifically disables it. -->
<bool name="config_showUserSwitcherByDefault">true</bool>
<integer name="config_chooser_max_targets_per_row">6</integer>
</resources>