PackageManager.FeatureIpsecTunnels Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Feature for #getSystemAvailableFeatures
and #hasSystemFeature
: The device has
the requisite kernel support for multinetworking-capable IPsec tunnels.
[Android.Runtime.Register("FEATURE_IPSEC_TUNNELS", ApiSince=29)]
public const string FeatureIpsecTunnels;
[<Android.Runtime.Register("FEATURE_IPSEC_TUNNELS", ApiSince=29)>]
val mutable FeatureIpsecTunnels : string
Field Value
- Attributes
Remarks
Feature for #getSystemAvailableFeatures
and #hasSystemFeature
: The device has the requisite kernel support for multinetworking-capable IPsec tunnels.
This feature implies that the device supports XFRM Interfaces (CONFIG_XFRM_INTERFACE), or VTIs with kernel patches allowing updates of output/set mark via UPDSA.
Java documentation for android.content.pm.PackageManager.FEATURE_IPSEC_TUNNELS
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.