Manifest
  • 音标:/ˈmænɪfest/
  • 意思:清单;AndroidManifest.xml文件,声明应用组件和权限
  • 例句All components must be declared in the AndroidManifest.xml file.
  • 翻译:所有组件必须在AndroidManifest.xml文件中声明。
  • 补充说明:Manifest文件还声明应用所需的权限、最低SDK版本、应用图标等信息。