mirror of
https://github.com/fankes/AndroidNotifyIconAdapt.git
synced 2025-09-04 09:45:46 +08:00
45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
# Android 通知图标规范适配
|
|
|
|

|
|
|
|
为国内 Android 不规范的 APP 和厂商适配原生通知图标与规范图标修复。
|
|
|
|
# 支持的系统
|
|
|
|
- [MIUI](https://github.com/fankes/MIUINativeNotifyIcon)
|
|
- [ColorOS](https://github.com/fankes/ColorOSNotifyIcon)
|
|
|
|
# 开始贡献
|
|
|
|
由于国内厂商 APP 的不规范彩色图标影响整体图标的美观,现在开放第三方 APP 以及定制 OS 的通知图标适配。<br/>
|
|
欢迎为通知图标优化名单贡献宝贵资源!<br/>
|
|
|
|
- [CONTRIBUTING](https://github.com/fankes/AndroidNotifyIconAdapt/blob/main/CONTRIBUTING.md)
|
|
|
|
# 通知测试
|
|
|
|
你可以 [点击这里](https://github.com/fankes/AndroidNotifyIconAdapt/raw/main/tool/NotifyTester.apk) 下载工具测试通知图标是否符合原生规范。
|
|
|
|
# 许可证
|
|
|
|
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
|
|
|
|
```
|
|
Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com)
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
```
|
|
|
|
版权所有 © 2019-2022 Fankes Studio(qzmmcn@163.com)
|