Bug 1846773 - Set adjust preinstall file path in system properties

fenix/118.0
Roger Yang 10 months ago committed by mergify[bot]
parent db9cd91347
commit c2525c54a0

@ -11,6 +11,7 @@ import android.util.Log
import com.adjust.sdk.Adjust
import com.adjust.sdk.AdjustConfig
import com.adjust.sdk.AdjustEvent
import com.adjust.sdk.Constants.ADJUST_PREINSTALL_SYSTEM_PROPERTY_PATH
import com.adjust.sdk.LogLevel
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.CoroutineScope
@ -41,6 +42,8 @@ class AdjustMetricsService(
return
}
System.setProperty(ADJUST_PREINSTALL_SYSTEM_PROPERTY_PATH, "/preload/etc/adjust.preinstall")
val config = AdjustConfig(
application,
BuildConfig.ADJUST_TOKEN,

Loading…
Cancel
Save