Lingua

Resource.Attribute.ZygotePreloadNativeLib Field

Definition

Name of the library to be preloaded by Native App Zygote.

[Android.Runtime.Register("zygotePreloadNativeLib", ApiSince=37)]
public const int ZygotePreloadNativeLib = 16844463;
[<Android.Runtime.Register("zygotePreloadNativeLib", ApiSince=37)>]
val mutable ZygotePreloadNativeLib : int

Field Value

Value = 16844463
Attributes

Remarks

Name of the library to be preloaded by Native App Zygote. When a service with this attribute sets nativeService, useAppZygote, and isolatedProcess to true, the system launches a Native App Zygote process. When both zygotePreloadName and zygotePreloadNativeLib are specified, a service will fork a Native App Zygote process if the aforementioned attributes are all set to true, and a Managed App Zygote process otherwise.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;

Android reference for android.R.attr.zygotePreloadNativeLib.

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.

Applies to