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.
我修改了联系人应用程序(android 4.0.3 源),将其安装在我的手机(android 4.0.3)上,然后打开它。但是,当我选择一个联系人项目时,手机会自动调用联系人详细信息,而不是我自己修改的代码。为什么?它是否与 android:taskAffinity 相关联?为什么?
如果要确保意图由修改后的应用程序处理,请在意图中指定包名称。或者使用选择器。