是否有不同种类的清单,例如 AndroidManifest 可以建议的具体名称?

Are there different kind of Manifests like the specific name AndroidManifest could suggest?

我想知道为什么 AndroidManifest.xml 是这样命名的,而不是简单地 Manifest.xml,这是否意味着有不同类型的清单?我正在阅读 information about AndroidManifest 但找不到任何内容。或者他们只是想强调 Manifest 和 Android (OS) 之间的耦合非常紧密?

除了一些包含的设置或图标,这些设置或图标区分了 android 内置的东西和包含你自己的选项我没有看到 Android 名字作为前缀,除了在清单中文件。例如:res 文件夹中的目录在 android 中具有特殊含义,但也没有 Android 前缀或类似的东西,这让我更加怀疑他们为什么决定命名它 Android 显示而不仅仅是 Manifest.xml。

每个 android 应用只有一个 AndroidManifeset.xml 文件。至于为什么取这个具体的名字,我也不知道,但是你看这个名字有点意思。

there are different types of Manifests?

Java 开发中有很多东西是清单,例如 Java servlet 中的 WEB.XML、JAR 清单等

Can you write manifest like files yourself with a different name?

欢迎您编写自己的框架,该框架具有自己的清单样式文件结构,可用于任何目的。

It almost seems by the way they named it that there could be other Manifests as well.

不在 Android 中。然而,Android 也不是唯一存在的框架。

Second if it's not possible to create your own Manifests like files I wonder why it was named this way.

很有可能是历史原因。这个名字的选择是在将近十年前做出的。如果您拥有时光机,请回到过去,找出 Android Inc. 的总部,前往那里问问他们。

总的来说,Google(更不用说他们收购的旧 Android Inc. 公司了)并没有详细说明事物为何以它们现在的方式命名。