渠道号相关,主要是读取渠道号。目前渠道号写在assets下的channel.ini文件,格式为:
CHANNEL=20000
对于渠道号相关的技术,可以参考文章:https://blog.bihe0832.com/android-v2.html
引用仓库可以参考 组件使用 中添加依赖的部分
implementation 'com.bihe0832.android:lib-channel:+'
- 读取渠道号
渠道号相关,主要是读取渠道号。目前渠道号写在assets下的channel.ini文件,格式为:
CHANNEL=20000
对于渠道号相关的技术,可以参考文章:https://blog.bihe0832.com/android-v2.html
引用仓库可以参考 组件使用 中添加依赖的部分
implementation 'com.bihe0832.android:lib-channel:+'