This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Android.Adb.
Summary
Turn screen compatibility mode on/off for the given package on the target.
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. |