Allow override of onServiceReady method
This commit is contained in:
parent
d5ce3dc4b8
commit
334288b1fc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class LinphoneLauncherActivity extends Activity {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onServiceReady() {
|
protected void onServiceReady() {
|
||||||
startActivity(new Intent()
|
startActivity(new Intent()
|
||||||
.setClass(this, LinphoneActivity.class)
|
.setClass(this, LinphoneActivity.class)
|
||||||
.setData(getIntent().getData()));
|
.setData(getIntent().getData()));
|
||||||
|
|
Loading…
Reference in a new issue