开发者

How to have a process name different from package name for Android app?

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 (l开发者_开发知识库ike com.example.othername). BTW, I do not have another app with package name com.example.othername. How do I achieve this?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜