實現圓形圖標

Android 7.1.1 及更高版本支持圓形啟動器圖標。默認情況下不啟用圓形啟動器圖標。要在設備實現中使用圓形圖標,您必須編輯設備上的資源疊加層以啟用它們。

您使用覆蓋的資源文件位於: frameworks/base/core/res/res/values/config.xml

要啟用圓形圖標,請將覆蓋文件中的config_useRoundIcon設置從false更改為true

<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">true</bool>