|
|
@@ -18,9 +18,7 @@ public class UmengHelper {
|
|
|
if (BuildConfig.DEBUG) {
|
|
|
return;
|
|
|
}
|
|
|
- if (UMConfigure.needSendZcfgEnv(context)) {
|
|
|
- initAfterGrantedAgreement(context,appKey);
|
|
|
- }
|
|
|
+ initAfterGrantedAgreement(context,appKey);
|
|
|
}
|
|
|
|
|
|
public static void initAfterGrantedAgreement(@NonNull Context context, String appKey) {
|