Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Safety Center Overview
Stay organized with collections
Save and categorize content based on your preferences.
Android's Safety Center, introduced in Android 13, serves as a centralized
hub for managing your device's security and privacy settings. It unifies
various features like lock screen settings, biometrics, security updates,
Find My Device, Google Play Protect, and Google Account Security Checkup
into a single page. The Safety Center not only provides
redirection entries to these individual settings but also proactively
identifies potential issues or risks on your device or account by combining
dynamic data from multiple sources, offering actionable recommendations to
enhance your safety and privacy. This streamlines the process of staying
protected and informed about your Android device's security posture.
Figure 1. Safety Center screen.
Safety Center sources
A Safety Center source provides data to the Safety Center. A source is generally
owned by a separate app on the device. Only system apps are allowed
safety sources. Third-party apps aren't safety sources.
Here are some example Safety Center sources:
- Lock screen
- Biometrics
- Security updates
- Find My Device
- Google Play Protect
- Google Account Security Checkup
- Privacy signals
A Safety Center source can provide these types of data:
- An entry in the Safety Center UI to redirect the user to another screen.
This entry has a status representing whether the user is at risk along with
additional metadata associated with the status, for example, title and
summary.
- Warning cards (also called issues) that can be resolved directly from
Safety Center or by redirecting a user to another screen. Each issue also
has additional metadata associated with it such as the title, summary,
button labels, and actions.
- Potential errors that occurred when trying to provide data to Safety Center.
- The reason a source is sending data to Safety Center.
Partners can use the
Partner specific documentation.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Safety Center Overview\n\nAndroid's Safety Center, introduced in Android 13, serves as a centralized\nhub for managing your device's security and privacy settings. It unifies\nvarious features like lock screen settings, biometrics, security updates,\nFind My Device, Google Play Protect, and Google Account Security Checkup\ninto a single page. The Safety Center not only provides\nredirection entries to these individual settings but also proactively\nidentifies potential issues or risks on your device or account by combining\ndynamic data from multiple sources, offering actionable recommendations to\nenhance your safety and privacy. This streamlines the process of staying\nprotected and informed about your Android device's security posture.\n\n\n**Figure 1.** Safety Center screen.\n\nSafety Center sources\n---------------------\n\nA Safety Center source provides data to the Safety Center. A source is generally\nowned by a separate app on the device. Only system apps are allowed\nsafety sources. Third-party apps aren't safety sources.\n\nHere are some example Safety Center sources:\n\n- Lock screen\n- Biometrics\n- Security updates\n- Find My Device\n- Google Play Protect\n- Google Account Security Checkup\n- Privacy signals\n\nA Safety Center source can provide these types of data:\n\n- An entry in the Safety Center UI to redirect the user to another screen. This entry has a status representing whether the user is at risk along with additional metadata associated with the status, for example, title and summary.\n- Warning cards (also called *issues*) that can be resolved directly from Safety Center or by redirecting a user to another screen. Each issue also has additional metadata associated with it such as the title, summary, button labels, and actions.\n- Potential errors that occurred when trying to provide data to Safety Center.\n- The reason a source is sending data to Safety Center.\n\nPartners can use the\n[Partner specific documentation](https://docs.partner.android.com/security/features/safety-center)."]]