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:icon属性。<activity>该活动的屏幕上仍然以某种方式出现图标。我的问题是如何防止图标出现在此活动中?奇怪的是,在其他活动中没有出现图标(这是我想要的所有活动)。
android:icon
<activity>
问题是使用了<application>标签icon属性,它成为所有活动的默认图标,除非明确指定。在未出现图标的活动中,标题栏被禁用,因此作为标题栏一部分的图标不会显示。
<application>
icon