本章将介绍如何将已创建的基础字典关联到UI场景。
基础字典
如果A应用要使用B应用的基础字典数据,应在A应用的manifest.xml中设置依赖关系。
<requires> <require appId="B应用的Id" notActiveHandler="warn"/> </requires>