Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在写入时在 NFC 标签中添加两种 MIME 类型吗?即,我想将两个包名称添加到 MIME 类型。实际上,无论安装了哪个应用程序,我都想在从应用程序外部读取 NFC 标签时启动这两个应用程序中的任何一个。
您可以将任何您想要的信息写入标签。MIME 类型记录可以包含任何数据(适合 MIME 类型)。您还可以在一个标签上拥有多条记录。
关于使用一个标签启动两个不同应用程序的问题,您可以简单地使用 URI 记录并让两个应用程序都包含该 URI 的意图过滤器(因此两个应用程序共享一个 URI)。这里不需要不同的记录。