mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
c3dcbf0764f4cc6e2d66684d53aba21437fd45b8
Drop rules 2+3 (cross-module dedup, same-module multi-ability dedup) from IntentFilterUtil. Each Filter* now does only rule 1 (drop non-background-UIAbility / non-ServiceExtension) plus a sort by (moduleName, abilityName). Sort guarantees deterministic KVStore last-write-wins ordering for duplicate intentNames. Adjust RegisterInsightIntentFunctions ConvertFrom* call order to Config -> Profile/Generic so decorator-based intents overwrite config-based ones on KVStore collisions. Co-Authored-By: Agent Signed-off-by: RuiChen_01 <chenrui193@huawei.com> 🤖 AI[100%] 👌 AI Adopted[100%] 🧑 Human[0%] Co-authored-by: claude (glm-5.2) <ai@local>
Description
暂无描述
Languages
C++
98.1%
C
1.5%
JavaScript
0.2%
TypeScript
0.1%