User service name instead of app name for notification title

This commit is contained in:
Sylvain Berfini 2014-06-24 10:45:18 +02:00
parent afa4a39d89
commit a754599bec

View file

@ -132,7 +132,7 @@ public final class LinphoneService extends Service implements LinphoneServiceLis
super.onCreate();
// 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
Log.i(START_LINPHONE_LOGS);