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.
如何自动添加 APN?
我们有 3 个移动服务提供商(这些提供商将来自插入的 SIM 卡和未在全球列出的本地运营商)- ProA、ProB 和 ProC。我们还为每个提供商指定了 APN -
对于 ProA,名称:a1,APN:apn1
对于 ProB,名称:b1,APN:apn2
对于 ProC,名称:c1,APN:apn3
--
我想为每个 APN 添加 3 个按钮,以便在单击按钮时添加首选 APN。
如何编写代码并在清单文件中对其进行编辑?