हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
AdServices
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android 13 में लॉन्च किया गया AdServices मॉड्यूल, Privacy Sandbox इनिशिएटिव के साथ काम करता है. इसका मकसद ऐसी टेक्नोलॉजी बनाना है जो इंटरनेट पर, लोगों की निजता को सुरक्षित रखे. साथ ही, कंपनियों और डेवलपर को ऐसे टूल उपलब्ध कराए जिनकी मदद से वे ऑनलाइन कारोबार बनाने में कामयाबी हासिल कर सकें.
ज़्यादा जानकारी के लिए, Android Developers साइट पर जाएं.
वजह
Privacy Sandbox इनिशिएटिव के लक्ष्य ये हैं:
- उपयोगकर्ता की जानकारी को निजी रखने के लिए नई टेक्नोलॉजी बनाना
- पब्लिशर और डेवलपर को, ऑनलाइन कॉन्टेंट को बिना शुल्क उपलब्ध कराने का विकल्प दिया जा रहा है
- इंटरनेट के लिए निजता के नए मानक तय करने के लिए, इंडस्ट्री के साथ मिलकर काम किया जा रहा है
मॉड्यूल की सीमा
AdServices का आर्किटेक्चर: यह एक नया कोड है, जिसमें कोई मॉड्यूल बाउंड्री नहीं है.
कोड की जगह: packages/modules/AdServices
पहली इमेज में, AdServices मॉड्यूल का सेटअप दिखाया गया है.
पहली इमेज. AdServices मॉड्यूल एपीआई का डिज़ाइन
दूसरी इमेज. AdServices मॉड्यूल सेटअप करना
पैकेज की मुख्य सुविधाएं APEX:
com.google.android.adservices
में उपलब्ध होंगी.
निजता बनाए रखने वाले एपीआई की सुविधा, APK में उपलब्ध होगी
com.google.android.adservices.api
.
SDK रनटाइम की सुविधा, APK
com.google.android.app.sdksandbox
में उपलब्ध होगी.
AdServices के बारे में ज़्यादा जानने के लिए, यहां दिए गए पेज पर जाएं:
डिपेंडेंसी
- SDKSandbox के लिए नया sepolicy डोमेन
- SDKSandbox के लिए पाबंदियां: सीमित स्टोरेज, इंटेंट, ब्रॉडकास्ट वगैरह.
- साफ़ तौर पर बताई गई अनुमतियां; विज्ञापन SDK टूल, ऐप्लिकेशन से अनुमतियां इनहेरिट नहीं करते
- सैंडबॉक्स यूआईडी से जुड़ी समस्याओं को हल करने के लिए, ओएस में किए गए बदलाव
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (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-07-27 (UTC) को अपडेट किया गया."],[],[],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"]]