From 388d9f8897681a1440498b00531f3483424133dd Mon Sep 17 00:00:00 2001 From: Sam Dutton Date: Fri, 7 Nov 2025 20:17:45 +0000 Subject: [PATCH] Update README.md: add deprecation warning. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 76960d9..fe9d179 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +**This technology is scheduled for deprecation.** + +This repository will be archived and will no longer be updated. + +See our [Update on Plans for Privacy Sandbox Technologies](https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/). + +[Privacy Sandbox feature status](https://privacysandbox.google.com/overview/status) provides more information about the status of individual APIs and platform features. + +--- + # SDK Runtime Sample App This project provides several examples of how privacy-preserving SDKs are built and consumed in the [SDK Runtime](https://privacysandbox.google.com/private-advertising/sdk-runtime): an Android 14 environment -with backward compatibility support through Jetpack-, that allows third-party SDKs to run in isolation from the app process, providing stronger safeguards for user data, increased security for apps and SDKs, and independent distribution.