Class | Description |
---|---|
AutoStartReceiver |
This
BroadcastReceiver starts the ClipboardWatcherService at
boot time if requested and adds a daily alarm |
ClipboardWatcherService |
An app private
Service to listen for changes to the clipboard,
persist them to storage and push them to registered FCM devices |
DailyAlarmReceiver |
BroadcastReceiver that runs once a day |
HeartbeatAlarmReceiver |
BroadcastReceiver that will prevent networks from killing the FCM ports.
|
MyFcmListenerService |
Service that listens for messages from firebase cloud messaging
|
MyWidgetProvider |
Manage our app's widget
|
PackageReplacedReceiver |
This
BroadcastReceiver starts the ClipboardWatcherService
and adds a daily alarm when our app is updated |
RefreshTokenJobService |
JobService to handle fcm refreshToken()
|