Files
ElderlyDialerMdm/AGENTS.md
tongtongstudio e3bf43caeb refactor(mdm): 抽象IMdmManager接口并支持多平台构建
移除AdminManager具体实现,引入IMdmManager接口以实现平台解耦。
重构MainActivity,通过接口调用MDM功能。
新增honor、huawei、emui产品变体,支持多平台编译。
添加AGENTS.md开发规范文件。
2026-08-04 18:01:18 +08:00

6 lines
312 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AGENTS.md — ElderlyDialerMdm
本文件是 `ElderlyDialerMdm/` 工程的 **AI 协作规则与开发规范**
## 1.所有ai生成的临时文件全部放在app/build/temp 目录下
## 2.所有实现IMdmManager接口的类在调用以Manager结尾的类的方法时都要加入try-catch块防止异常