123456789101112131415161718192021222324 |
- diff --git a/frameworks/base/core/res/res/values/config.xml b/frameworks/base/core/res/res/values/config.xml
- index 0391530c483..e510742310f 100644
- --- a/frameworks/base/core/res/res/values/config.xml
- +++ b/frameworks/base/core/res/res/values/config.xml
- @@ -3466,7 +3466,7 @@
- <integer name="config_keepPreloadsMinDays">7</integer>
-
- <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
- - <bool name="config_useRoundIcon">false</bool>
- + <bool name="config_useRoundIcon">true</bool>
-
- <!-- Flag indicating whether the assist disclosure can be disabled using
- ASSIST_DISCLOSURE_ENABLED. -->
- @@ -3566,7 +3566,7 @@
- </string-array>
-
- <!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
- - <string name="config_icon_mask" translatable="false">"M50,0L92,0C96.42,0 100,4.58 100 8L100,92C100, 96.42 96.42 100 92 100L8 100C4.58, 100 0 96.42 0 92L0 8 C 0 4.42 4.42 0 8 0L50 0Z"</string>
- + <string name="config_icon_mask" translatable="false">"M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0"</string>
-
- <!-- The component name, flattened to a string, for the default accessibility service to be
- enabled by the accessibility shortcut. This service must be trusted, as it can be activated
|