ActivityManagerAliases.

AmScreenCompat(ICakeContext, bool, string, AdbToolSettings) Method

Summary

Turn screen compatibility mode on/off for the given package on the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
ActivityManagerAliases

Syntax

public static List<string> AmScreenCompat(this ICakeContext context, bool compatOn, string packageName, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
compatOn bool If set to true compatibility will be turned on.
packageName string Package name.
settings AdbToolSettings Settings.

Return Value

Type Description
List<string> The screen compat.