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 用のダウンロード マネージャーを作成しましたが、ブラウザーからダウンロードする Android の既定のマネージャーではなく、ダウンロード マネージャーを起動するためにどのインテントを使用すればよいかわからないという問題があります。手伝ってくれますか ?
通常、以下のインテントを使用してダウンロードをトリガーします
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(httpPathToFile));
ここで が の場合、ブラウザはダウンロードを開始しますhttpPathToFile。http urlここで Action View をリッスンできます。URL の場合は、それに応じて処理できます。
httpPathToFile
http
url