diff options
| author | 2016-03-23 12:16:53 -0700 | |
|---|---|---|
| committer | 2016-03-23 12:16:53 -0700 | |
| commit | aedb313867f1d5798dfc4388c0fefc9c2bf55cfd (patch) | |
| tree | 1ab14eb104eb2923795d5c4c6b9fb81c2b5e6c0d | |
| parent | c3e4cbaca6fe34ea475773cce314cac31d4629d1 (diff) | |
Add missing </pin-set>
Bug: 27814329
Change-Id: Ifcf63c8e4d8241d5422d9ba221b91d2e53d7e158
| -rw-r--r-- | docs/html/preview/features/security-config.jd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/html/preview/features/security-config.jd b/docs/html/preview/features/security-config.jd index 457e1d2adbc3..607e8f3cf539 100644 --- a/docs/html/preview/features/security-config.jd +++ b/docs/html/preview/features/security-config.jd @@ -311,6 +311,7 @@ android:debuggable</a> <pin digest="SHA-256">7HIpactkIAq2Y49orFOOQKurWxmmSFZhBCoQYcRhJ3Y=</pin> <!-- backup pin --> <pin digest="SHA-256">fwza0LRMXouZHRC8Ei+4PyuldPDcf3UKgO/04cDM1oE=</pin> + </pin-set> </domain-config> </network-security-config> </pre> |