Android Studio第三十八期 - HIOS跳转协议解决URI跳转原生页面并传递参数
代码已经整理好,效果如下图: 图1: 图2: 图3: 地址:https://github.com/geeklx/MyApplication/tree/master/p022_hois HiosRegister: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.example.p022_hois.hioscommon; import com.example.p022_hois.hoisjump.HiosAlias; public class HiosRegister{ private static final StringPKG_SFNATION= "com.example.p022_hois" ; public static void load(){ HiosAlias.register( "jump.twomainactivity" ,PKG_SFNATION, ".activity.TwoMainActivity" ); HiosAlias.register( "jump.webviewmainacti...
