File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 832832 <data android : scheme =" view-source" />
833833 <data android : scheme =" sqlite" />
834834
835+ <!-- Intercept Alipay links -->
836+ <data android : scheme =" alipays" />
837+
835838 <!-- Intercept Google play links -->
836839 <data android : scheme =" market" />
837840 <data android : scheme =" store" />
838841 <data android : scheme =" android" />
839842
843+ <!-- Intercept WeChat links -->
844+ <data android : scheme =" weixin" />
845+
840846 <!-- Intercept WhatsApp links -->
841847 <data android : scheme =" whatsapp" />
842848 <data android : scheme =" whatsapp-sheet" />
893899 <data android : scheme =" view-source" />
894900 <data android : scheme =" sqlite" />
895901
902+ <!-- Intercept Alipay links -->
903+ <data android : scheme =" alipays" />
904+
896905 <!-- Intercept Google play links -->
897906 <data android : scheme =" market" />
898907 <data android : scheme =" store" />
899908 <data android : scheme =" android" />
900909
910+ <!-- Intercept WeChat links -->
911+ <data android : scheme =" weixin" />
912+
901913 <data android : mimeType =" */*" />
902914 </intent-filter >
903915 <intent-filter >
You can’t perform that action at this time.
0 commit comments