如何让Android应用程序的进程名称与包名称不同?

发布于 2024-10-20 21:38:45 字数 157 浏览 0 评论 0原文

我有一个带有一些包名称的 Android 应用程序。 (如 com.example.name) 但我想在进程中以其他名称(例如 com.example.othername)运行该应用程序。顺便说一句,我没有另一个包名为 com.example.othername 的应用程序。 我该如何实现这一目标?

I have an android app with some package name. (like com.example.name)
But I would like to run the app in a process under some other name (like com.example.othername). BTW, I do not have another app with package name com.example.othername.
How do I achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白芷 2024-10-27 21:38:45

您可能想使用 android:process 标记上的 > 属性。

You probably want to use the android:process attribute on the <application> tag in your manifest file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文