PackageManagerAliases.

PmTrimCaches(ICakeContext, string, AdbToolSettings) Method

Summary

Tries to free up space on the target by deleting caches.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
PackageManagerAliases

Syntax

public static void PmTrimCaches(this ICakeContext context, string desiredFreeSpace, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
desiredFreeSpace string Desired free space to trim.
settings AdbToolSettings Settings.

Return Value

Type Description
void