Android: Activity not found exception on some devices, when trying to open local HTML - file in browser

前端 未结 5 1017
忘了有多久
忘了有多久 2020-12-29 12:51

I\'m encountering a strange error when I try to open a local HTML - file in the android browser. The error that occurs is an activity not found exception:

an         


        
5条回答
  •  旧时难觅i
    2020-12-29 13:11

    Why are you specifying a component? leave it outside of your Intent and you should be fine; the action, category and data/type are enough.

提交回复
热议问题