mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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()
|
||||
.setClass(this, LinphoneActivity.class)
|
||||
.setData(getIntent().getData()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue