自 2025 年 3 月 27 日起,我們建議您使用 android-latest-release
而非 aosp-main
建構及貢獻 AOSP。詳情請參閱「Android 開放原始碼計畫變更」。
AdServices
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android 13 推出的 AdServices 模組支援 Privacy Sandbox 計畫,該計畫旨在打造可保護使用者線上隱私的技術,並提供工具協助公司和開發人員壯大數位事業。
詳情請參閱 Android 開發人員網站。
動機
Privacy Sandbox 計畫的目標如下:
- 開發新技術以保護使用者的個人資訊隱私
- 讓發布者和開發人員能夠持續免費提供線上內容
- 與業界攜手共創全新的網際網路隱私權標準
模組邊界
AdServices 架構:這是沒有模組邊界的全新程式碼。
程式碼位置:packages/modules/AdServices
圖 1 顯示 AdServices 模組設定。
圖 1. AdServices 模組 API 設計
圖 2. AdServices 模組設定
套件的大部分功能都會在 APEX:
com.google.android.adservices
中提供。
隱私權保護 API 功能將在 APK com.google.android.adservices.api
中推出。
SDK 執行階段功能將在 APK com.google.android.app.sdksandbox
中提供。
如要進一步瞭解 AdServices,請參閱下列頁面:
依附元件
- 適用於 SDK Sandbox 的新 sepolicy 網域
- SDKSandbox 的限制:限制儲存空間、意圖、廣播等
- 定義完善的權限;廣告 SDK 不會繼承應用程式的權限
- 處理沙箱 UID 的 OS 變更
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","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-07-27 (世界標準時間)。"],[],[],null,["# AdServices\n\nThe AdServices module, introduced in Android 13,\nsupports the Privacy Sandbox initiative that aims to\ncreate technologies that both protect people's privacy online and give companies\nand developers tools to build thriving digital businesses.\n\nMore information is available on the\n[Android Developer site](https://developer.android.com/privacy-sandbox).\n\nMotivation\n----------\n\nThe goals of the Privacy Sandbox Initiative are:\n\n- Build new technology to keep user information private\n- Enable publishers and developers to keep online content free\n- Collaborate with the industry to build to new internet privacy standards\n\nModule boundary\n---------------\n\nAdServices architecture: This is all new code with no module boundary.\n\nCode location: `packages/modules/AdServices`\n\nFigure 1 shows the AdServices module setup.\n\n**Figure 1.** AdServices module API design\n\n**Figure 2.** AdServices module setup\n\nPackage format\n--------------\n\nMain functionality for the package will be available in APEX:\n`com.google.android.adservices`.\n\nPrivacy Preserving APIs functionality will be available in APK\n`com.google.android.adservices.api`.\n\nSDK Runtime functionality will be available in APK\n`com.google.android.app.sdksandbox`.\n\nYou can learn more about AdServices on the following pages:\n\n- [Privacy Sandbox Overview](https://developer.android.com/design-for-safety/ads/introduction)\n- [SDK Runtime Design](https://developer.android.com/design-for-safety/ads/sdk-runtime)\n- [Topics Design](https://developer.android.com/design-for-safety/ads/topics)\n- [FLEDGE on Android Design](https://developer.android.com/design-for-safety/ads/fledge)\n- [Attribution Reporting Design](https://developer.android.com/design-for-safety/ads/attribution)\n\nDependencies\n------------\n\n- New sepolicy domain for SDKSandbox\n- Restrictions for SDKSandbox: limited storage, intents, broadcasts, etc.\n- Well defined permissions; ad SDKs do not inherit permissions from apps\n- OS changes to deal with sandbox UIDs"]]