简体   繁体   中英

How to stop “Complete action using Dialog” screen

In my application there is a login page with webview. I am using Java script interface in the webview. After finishing the activity a dialog is showing "Complete action using" with the list of browsers in the device. How can i avoid it. What is the cause of this.

Please Help Me..

Thanks, Sniper.

you probably start an implicit intent that says "hey, launch ma browser", if u have several installed you see this list. you can make an explicit intent if u provide a packagename or further informations for your intent.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM