Added a new type of URL strategy called AdjustConfig.URL_STRATEGY_CN_ONLY. This URL strategy represents AdjustConfig.URL_STRATEGY_CN strategy, but without fallback domains.
Added setReadDeviceInfoOnceEnabled(boolean) method to AdjustConfig to indicate if device info to be read only once.
Added
AdjustConfig.URL_STRATEGY_CN_ONLY
. This URL strategy representsAdjustConfig.URL_STRATEGY_CN
strategy, but without fallback domains.setReadDeviceInfoOnceEnabled(boolean)
method toAdjustConfig
to indicate if device info to be read only once.