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.
我正在使用 MonoForAndroid 开发应用程序。我不想要我的应用程序的图标。我设置了这样的属性,但我的应用程序显示在 Android 的应用程序启动器屏幕中。
[Activity] [IntentFilter(new[] { Android.Content.Intent.ActionMain })] public class MyActivity : Activity { }