A collection of tools to easily generate assets such as launcher icons for your Android app.
A collection of tools to easily generate assets such as launcher icons for your Android app.
ICSの頃にLauncher2のソースを読んだときには、行儀良くショットカットを作るには以下のような記述が必要でした。 //ホームに作成したいショートカットをIntentとして作成 //(ここではActivityが自身のショートカットをホームに作成すると仮定) Intent shortcutIntent = new Intent(); shortcutIntent.setClassName(getPackageName(), getClass().getName()); shortcutIntent.setAction(Intent.ACTION_MAIN); shortcutIntent.addCategory(Intent.CATEGORY_LAUNCHER); //続いてショートカット作成のためのintentを生成 Intent intent = new Intent(); inte
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く