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
Tries to free up space on the target by deleting caches.
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