mirror of
https://github.com/gotify/android.git
synced 2026-06-08 15:06:27 +08:00
Rename Register Service
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<service android:name=".service.WebSocketService" />
|
||||
<service android:name=".service.GotifyPushNotification" />
|
||||
<service android:name=".service.GotifyMessengerService" android:exported="true" />
|
||||
<service android:name=".service.GotifyRegisterService" android:exported="true" />
|
||||
|
||||
<receiver android:name=".init.BootCompletedReceiver">
|
||||
<intent-filter>
|
||||
|
||||
@@ -19,7 +19,7 @@ import kotlin.concurrent.thread
|
||||
// TODO : in the app, implement forceUnregisterApp
|
||||
|
||||
@RequiresApi(Build.VERSION_CODES.LOLLIPOP)
|
||||
class GotifyMessengerService : Service() {
|
||||
class GotifyRegisterService : Service() {
|
||||
/** Keeps track of all current registered clients. */
|
||||
private val db = MessagingDatabase(this)
|
||||
private lateinit var settings: Settings
|
||||
Reference in New Issue
Block a user