From 334288b1fc5b1f95f69a76e0c570d5662ec7d5ad Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 5 Jun 2012 17:43:49 +0200 Subject: [PATCH] Allow override of onServiceReady method --- src/org/linphone/LinphoneLauncherActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/linphone/LinphoneLauncherActivity.java b/src/org/linphone/LinphoneLauncherActivity.java index 5de13dbde..e310858be 100644 --- a/src/org/linphone/LinphoneLauncherActivity.java +++ b/src/org/linphone/LinphoneLauncherActivity.java @@ -52,7 +52,7 @@ public class LinphoneLauncherActivity extends Activity { } } - private void onServiceReady() { + protected void onServiceReady() { startActivity(new Intent() .setClass(this, LinphoneActivity.class) .setData(getIntent().getData()));