i would like to implement an android widget using Glance that is basically updated regularly, at least each minute.
the updatePeriodMillis property used in the manifest file allows for updates no faster that 30 minutes, while using the WorkManager the updates can be reduced to 15 minutes but not ofter.
how can i actually update the widget on a minute basis?
thanks.