lynket-browser icon indicating copy to clipboard operation
lynket-browser copied to clipboard

Handle browser intent from other apps properly. Sometime settings is opened instead of browser activity.

Open arunkumar9t2 opened this issue 8 years ago • 0 comments

Currently some apps can send ACTION_VIEW intents targeting the MainActivity instead of BrowserInterceptActivity. This can happen when apps try to do getLaunchIntentForPackage() instead of manually targeting the specific component. Need to add defensive code to handle the case in MainActivity. Some apps that do this: Join, Link bubble etc.

arunkumar9t2 avatar Feb 01 '17 19:02 arunkumar9t2