User service name instead of app name for notification title
This commit is contained in:
parent
afa4a39d89
commit
a754599bec
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ public final class LinphoneService extends Service implements LinphoneServiceLis
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
|
||||||
// In case restart after a crash. Main in LinphoneActivity
|
// In case restart after a crash. Main in LinphoneActivity
|
||||||
mNotificationTitle = getString(R.string.app_name);
|
mNotificationTitle = getString(R.string.service_name);
|
||||||
|
|
||||||
// Dump some debugging information to the logs
|
// Dump some debugging information to the logs
|
||||||
Log.i(START_LINPHONE_LOGS);
|
Log.i(START_LINPHONE_LOGS);
|
||||||
|
|
Loading…
Reference in a new issue