clean Versions
Clean up all unused/old app versions.
Example usage (kotlin):
LiveUpdateManager.cleanVersions(context)Content copied to clipboard
Example usage (Java):
LiveUpdateManager.cleanVersions(context);Content copied to clipboard
Parameters
context
an Android Context used during the app version cleanup operation
Clean up unused/old app versions related to a specific app.
Example usage (kotlin):
LiveUpdateManager.cleanVersions(context, "appId")Content copied to clipboard
Example usage (Java):
LiveUpdateManager.cleanVersions(context, "appId");Content copied to clipboard
Parameters
context
an Android Context used during the app version cleanup operation
app Id
the ID of the app to clean