diff options
| author | Nathan Harold <nharold@google.com> | 2017-09-11 19:53:33 -0700 |
|---|---|---|
| committer | Nathan Harold <nharold@google.com> | 2017-09-12 19:25:13 -0700 |
| commit | d999d225a8ebd5662b61d7f67bb402d8e5cb965b (patch) | |
| tree | f8670998749a620e7c27ed02106d980109e02420 /core/java/android/net/IpSecManager.java | |
| parent | b72821747cd8cfa9bcaff7f11247ebfce3255fbf (diff) | |
Re-Expose IpSecService API Surface
Note, This reverts commit bd62d6aff264b8e8ce4a06ca6417e69bcca3006b.
Bug: 64800246
Test: compilation
Change-Id: I709d4c476647cfe9f6b982fc373f8d76018b3922
Diffstat (limited to 'core/java/android/net/IpSecManager.java')
| -rw-r--r-- | core/java/android/net/IpSecManager.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/net/IpSecManager.java b/core/java/android/net/IpSecManager.java index 00cacbcd713f..d7908c8ceef8 100644 --- a/core/java/android/net/IpSecManager.java +++ b/core/java/android/net/IpSecManager.java @@ -38,7 +38,9 @@ import java.net.Socket; * This class contains methods for managing IPsec sessions, which will perform kernel-space * encryption and decryption of socket or Network traffic. * - * @hide + * <p>An IpSecManager may be obtained by calling {@link + * android.content.Context#getSystemService(String) Context#getSystemService(String)} with {@link + * android.content.Context#IPSEC_SERVICE Context#IPSEC_SERVICE} */ @SystemService(Context.IPSEC_SERVICE) public final class IpSecManager { |
