diff options
author | 2023-08-09 15:31:07 +0000 | |
---|---|---|
committer | 2023-08-09 15:34:45 +0000 | |
commit | 4ea1e61845b1560e3402dbf45a46e001df462d95 (patch) | |
tree | 4b8bae3c1c1267181da42f99ac6a25045c868dc8 | |
parent | c13605d9d28bcd28f6a8e825f939c7a4d39897ee (diff) |
Populate the md file with integration guide.
Fix: 225830980
Test: None
Relnote: Add link to Safety Center integration guide in documentation
Change-Id: Ib640b4d9a859ae78542514dedeeba50e459c3a01
-rw-r--r-- | framework-s/java/android/safetycenter/SafetyCenter.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework-s/java/android/safetycenter/SafetyCenter.md b/framework-s/java/android/safetycenter/SafetyCenter.md index 9d3eb811f..ded7809a5 100644 --- a/framework-s/java/android/safetycenter/SafetyCenter.md +++ b/framework-s/java/android/safetycenter/SafetyCenter.md @@ -16,4 +16,5 @@ # Android safety for system developers -TODO(b/203400159): Documentation +See the [Android Preview docs](https://preview.source.android.com/docs/security/safety-center) for +more information about Safety Center. |