It's a same problem: Android Google Chrome not firing after lockscreen app But this problem doesn't succeed. I can't reslove it.
I can use
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace();
}
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
startActivity(browserIntent);
finish();
and all works. But need waiting 5000 sec :(
I this its bug in Google Chrome for Android.