Loading core/java/android/app/AssistContent.java +4 −2 Original line number Diff line number Diff line Loading @@ -68,11 +68,13 @@ public class AssistContent { setWebUri(null); if (intent != null && Intent.ACTION_VIEW.equals(intent.getAction())) { Uri uri = intent.getData(); if (uri != null) { if ("http".equals(uri.getScheme()) || "https".equals(uri.getScheme())) { setWebUri(uri); } } } } /** * Sets the Intent associated with the content, describing the current top-level context of Loading Loading
core/java/android/app/AssistContent.java +4 −2 Original line number Diff line number Diff line Loading @@ -68,11 +68,13 @@ public class AssistContent { setWebUri(null); if (intent != null && Intent.ACTION_VIEW.equals(intent.getAction())) { Uri uri = intent.getData(); if (uri != null) { if ("http".equals(uri.getScheme()) || "https".equals(uri.getScheme())) { setWebUri(uri); } } } } /** * Sets the Intent associated with the content, describing the current top-level context of Loading