github kdroidFilter/Platform-Tools v0.1.3
0.1.3

latest releases: v0.6.1, v0.6.0, v0.5.0...
8 months ago

Release v0.1.3 🎉

This release introduces the restartApplication feature, enabling seamless application restarts, alongside several refinements and optimizations for enhanced usability.


🛠️ Key Features

  • restartApplication:
    • A new function to restart the current application programmatically.
    • Simplifies workflows that require application restarts after updates or configuration changes.

Example:

import io.github.kdroidfilter.platformtools.appmanager.getAppInstaller

val appInstaller = getAppInstaller()

// Restart the current application
appInstaller.restartApplication()

Full Changelog: v0.1.2...v0.1.3

Don't miss a new Platform-Tools release

NewReleases is sending notifications on new releases.