デジタル アセット リンクの使用
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
以下の表に、デジタル アセット リンクの一般的なユースケースと、それぞれの実装方法に関する指示を示します。
機能 |
説明 |
手順 |
アプリリンク |
Android アプリが、Google 検索結果ページを含むすべてのウェブページで、指定した URL パターンと一致するウェブサイトへのリンクを処理できるようにします。 |
詳細 |
保存されている認証情報をアプリとサイト間で共有する |
ソースからターゲットにログイン認証情報を共有するため、ユーザーは 1 回ログインするだけで両方のサービスにアクセスできます。 |
詳細 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eDigital Asset Links enable Android apps to handle website links, streamlining user experience by directing them to the app when encountering specific URL patterns.\u003c/p\u003e\n"],["\u003cp\u003eThis technology facilitates secure login credential sharing between apps and websites, eliminating the need for repetitive sign-ins across platforms.\u003c/p\u003e\n"]]],[],null,["# Using Digital Asset Links\n\nHere is a table of common use cases for Digital Asset Links, with pointers to instructions about how to implement each one.\n\n| Feature | Description | Instructions |\n|-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|\n| **App Linking** | Enable an Android app to handle links to a website matching a specified URL pattern on all web pages, including Google search result pages. | [Details](https://developer.android.com/training/app-links/index.html) |\n| **Share stored credentials between apps and sites** | Share login credentials from the source to the target, so the user only needs to sign in once to access both services. | [Details](https://developers.google.com/identity/credential-sharing) |"]]