Intent Filter to Launch My Activity when custom URI is clicked

后端 未结 7 2041
傲寒
傲寒 2020-12-07 14:58

I am trying to allow a URI to be registered to open up with my app. Like the PatternRepository on the Blackberry and the CFBundleURLName/CFBu

相关标签:
7条回答
  • 2020-12-07 15:56

    Have you dried adding a category to your intent-filter:

    <category android:name="android.intent.category.BROWSABLE" />
    
    0 讨论(0)
提交回复
热议问题