File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ android: {
4444 VIVO_APPID : "",//VIVO厂商,有就填自己的,没有就不用填,保留为""
4545 VIVO_APPKEY : "",//VIVO厂商,有就填自己的,没有就不用填,保留为""
4646 HONOR_APPID : "",//荣耀厂商,有就填自己的,没有就不用填,保留为""
47- APP_TCP_SSL : "",//android tcp连接是否加密,填true为加密,其他为不加密,可保留为"",这个数据要生效需在AndroidManifest.xml中的application添加android:name="com.engagelab.privates.flutter_plugin_engagelab.MTApplication"该对象
48- APP_DEBUG : ""//android log debug模式,填true为debug模式,其他为非debug模式,可保留为"",这个数据要生效需在AndroidManifest.xml中的application添加android:name="com.engagelab.privates.flutter_plugin_engagelab.MTApplication"该对象
47+ APP_TCP_SSL : "",//android tcp连接是否加密,填true为加密,其他为不加密,可保留为"",这个数据要生效需在AndroidManifest.xml中的application添加android:name="com.engagelab.privates.flutter_plugin_engagelab.MTApplication",或继承该对象
48+ APP_DEBUG : ""//android log debug模式,填true为debug模式,其他为非debug模式,可保留为"",这个数据要生效需在AndroidManifest.xml中的application添加android:name="com.engagelab.privates.flutter_plugin_engagelab.MTApplication",或继承该对象
4949 ]
5050 }
5151}
You can’t perform that action at this time.
0 commit comments