fix: umeng 隐私合规问题修复

This commit is contained in:
Liuyf 2025-01-08 14:58:58 +08:00
parent 25e6a906de
commit 6e50905f8b

View File

@ -8,9 +8,9 @@ class App : FlutterApplication() {
override fun onCreate() {
super.onCreate()
UMConfigure.setLogEnabled(true);
// UMConfigure.setLogEnabled(true);
//友盟预初始化
UMConfigure.preInit(getApplicationContext(), "671244cf80464b33f6df9648", "Product");
// UMConfigure.preInit(getApplicationContext(), "671244cf80464b33f6df9648", "Product");
Log.d("MyApplication", "Application has started")
}
}