Commit 3521ab1a authored by Matthew Finkel's avatar Matthew Finkel Committed by Matthew Finkel
Browse files

Bug 31144 - Do not switching apps from CustomTabs without consent

parent ebf24a60
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -621,7 +621,8 @@ public class CustomTabsActivity extends AppCompatActivity
            final Intent intent = new Intent(Intent.ACTION_VIEW);
            intent.setData(uri);
            try {
                startActivity(intent);
                // Bug 31144 - Don't know how to handle this case.
                //startActivity(intent);
            } catch (ActivityNotFoundException e) {
                Log.w(LOGTAG, "No activity handler found for: " + request.uri);
            }