1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Add comment.

This commit is contained in:
Benoit Marty
2022-12-06 17:06:04 +01:00
committed by Benoit Marty
parent 2d4ee44854
commit ea03168769

View File

@@ -52,6 +52,8 @@ private val loggerTag = LoggerTag("CallService", LoggerTag.VOIP)
/**
* Foreground service to manage calls.
* To see a notification when Service cannot be started in foreground (from background):
* adb shell device_config put activity_manager default_fgs_starts_restriction_notification_enabled true
*/
@AndroidEntryPoint
class CallAndroidService : VectorAndroidService() {