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 でアプリを開発しています。アプリのアイコンが欲しくありません。このように Attribute を設定しましたが、Android のアプリケーション ランチャー画面にアプリが表示されました。
[Activity] [IntentFilter(new[] { Android.Content.Intent.ActionMain })] public class MyActivity : Activity { }