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