Lingua

Resource.Attribute.ZygotePreloadNativeFunc Field

Definition

Optional function name to be called once the library by zygotePreloadNativeLib has been preloaded.

[Android.Runtime.Register("zygotePreloadNativeFunc", ApiSince=37)]
public const int ZygotePreloadNativeFunc = 16844464;
[<Android.Runtime.Register("zygotePreloadNativeFunc", ApiSince=37)>]
val mutable ZygotePreloadNativeFunc : int

Field Value

Value = 16844464
Attributes

Remarks

Optional function name to be called once the library by zygotePreloadNativeLib has been preloaded. If not specified, no function is called after the library is loaded.

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

Android reference for android.R.attr.zygotePreloadNativeFunc.

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