Add a config flag so OEMs can disable avatar mixin

Not all devices have account, OEMs should be able to disable this
feature if they want.

Bug: 117509285
Test: robotests
Change-Id: I3b03a04cff6ff0ec6c31763ac1829b119531e489
This commit is contained in:
Fan Zhang
2018-11-08 14:53:37 -08:00
parent 08d8ed80b6
commit 21f5291c1a
4 changed files with 24 additions and 4 deletions

View File

@@ -140,6 +140,9 @@
-->
<bool name="config_use_legacy_suggestion">true</bool>
<!-- Whether or not homepage should display user's account avatar -->
<bool name="config_show_avatar_in_homepage">false</bool>
<!-- Whether or not TopLevelSettings should force rounded icon for injected tiles -->
<bool name="config_force_rounded_icon_TopLevelSettings">true</bool>