2025-05-11から1日間の記事一覧
あなた: 下記のコードの重複を減らしたい /** Intent から URL を取得して処理 */ private void handleIntent(Intent intent) { if (intent == null) return; String receivedUrl = null; // 共有 (SEND) インテントからの取得 if (Intent.ACTION_SEND.equal…
あなた: 下記のコードの重複を減らしたい /** Intent から URL を取得して処理 */ private void handleIntent(Intent intent) { if (intent == null) return; String receivedUrl = null; // 共有 (SEND) インテントからの取得 if (Intent.ACTION_SEND.equal…