ActivityManagerAliases.

AmSetDebugApp(ICakeContext, string, bool, bool, AdbToolSettings) Method

Summary

Set the debug app on the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
ActivityManagerAliases

Syntax

public static List<string> AmSetDebugApp(this ICakeContext context, string packageName, bool wait = false, bool persistent = false, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
packageName string Package name.
wait bool If set to true wait until operation is complete.
persistent bool If set to true persist this setting..
settings AdbToolSettings Settings.

Return Value

Type Description
List<string> The set debug app.