RemoveSystemAppPreparer

public class RemoveSystemAppPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.RemoveSystemAppPreparer


A ITargetPreparer for removing an apk from the system partition before a test run. Note that the device is rebooted before actual test execution, so the system partition remains read-only during the test run.

Summary

Public constructors

RemoveSystemAppPreparer()

Public methods

void setUp(TestInformation testInformation)

Public constructors

RemoveSystemAppPreparer

public RemoveSystemAppPreparer ()

Public methods

setUp

public void setUp (TestInformation testInformation)

Parameters
testInformation TestInformation

Throws
DeviceNotAvailableException
TargetSetupError