Intent.ActionFactoryTest Field

Definition

Activity Action: Main entry point for factory tests.

[Android.Runtime.Register("ACTION_FACTORY_TEST")]
public const string ActionFactoryTest;
[<Android.Runtime.Register("ACTION_FACTORY_TEST")>]
val mutable ActionFactoryTest : string

Field Value

Implements

Attributes

Remarks

Activity Action: Main entry point for factory tests. Only used when the device is booting in factory test node. The implementing package must be installed in the system image.

Input: nothing

Output: nothing

Java documentation for android.content.Intent.ACTION_FACTORY_TEST.

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