Skip to content

Instantly share code, notes, and snippets.

@gb103
Created January 2, 2021 04:31
Show Gist options
  • Save gb103/ad683cf86b49d6adbd67f9c3fe01baea to your computer and use it in GitHub Desktop.
Save gb103/ad683cf86b49d6adbd67f9c3fe01baea to your computer and use it in GitHub Desktop.
Basic utility methods
//To check if a module is already installed
val installedModules: Set<String> = splitInstallManager.installedModules
//To Uninstall modules
splitInstallManager.deferredUninstall(listOf("pictureMessages", "promotionalFilters"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment