00001-round-icon.patch 1.3 KB

123456789101112131415161718192021222324
  1. diff --git a/frameworks/base/core/res/res/values/config.xml b/frameworks/base/core/res/res/values/config.xml
  2. index 0391530c483..e510742310f 100644
  3. --- a/frameworks/base/core/res/res/values/config.xml
  4. +++ b/frameworks/base/core/res/res/values/config.xml
  5. @@ -3466,7 +3466,7 @@
  6. <integer name="config_keepPreloadsMinDays">7</integer>
  7. <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
  8. - <bool name="config_useRoundIcon">false</bool>
  9. + <bool name="config_useRoundIcon">true</bool>
  10. <!-- Flag indicating whether the assist disclosure can be disabled using
  11. ASSIST_DISCLOSURE_ENABLED. -->
  12. @@ -3566,7 +3566,7 @@
  13. </string-array>
  14. <!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
  15. - <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>
  16. + <string name="config_icon_mask" translatable="false">"M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0"</string>
  17. <!-- The component name, flattened to a string, for the default accessibility service to be
  18. enabled by the accessibility shortcut. This service must be trusted, as it can be activated