Open Android app using intent-filter not working

前端 未结 2 1378
广开言路
广开言路 2021-01-29 11:59

I have using the following code in the android manifest file,but its not open the application.

   

        
2条回答
  •  盖世英雄少女心
    2021-01-29 12:38

    you will have to to single intent-filters for each scheme. have a look here: https://github.com/ligi/PassAndroid/blob/master/src/main/AndroidManifest.xml

提交回复
热议问题