Bug 1846773 - Set adjust preinstall file path in system properties

(cherry picked from commit 793d940ed427852ed387bf9874c28d24c84165d0)
fenix/117.0
Roger Yang 10 months ago committed by Ryan VanderMeulen
parent 6bcbb71511
commit 5b974166e2

@ -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