Skip to content

Instantly share code, notes, and snippets.

@Astroa7m
Created June 29, 2022 17:42
Show Gist options
  • Save Astroa7m/328878424c10026c143da1b77caf1250 to your computer and use it in GitHub Desktop.
Save Astroa7m/328878424c10026c143da1b77caf1250 to your computer and use it in GitHub Desktop.
RemoteWidgetReceiver
class RemoteWidgetReceiver: GlanceAppWidgetReceiver() {
override val glanceAppWidget: GlanceAppWidget
get() = RemoteWidget()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment