| | |
| | | import android.os.Build; |
| | | |
| | | import com.runt.open.mvi.retrofit.utils.NetWorkUtils; |
| | | import com.runt.open.mvi.utils.DeviceIdUtils; |
| | | |
| | | |
| | | /** |
| | |
| | | static PhoneDevice device; |
| | | |
| | | public static void setDevice(Context context) { |
| | | device = new PhoneDevice(Build.BRAND,Build.MODEL,Build.VERSION.SDK_INT+"",Build.VERSION.RELEASE, DeviceIdUtils.getDeviceId(context), NetWorkUtils.getNetIp()); |
| | | device = new PhoneDevice(Build.BRAND,Build.MODEL,Build.VERSION.SDK_INT+"",Build.VERSION.RELEASE, "", NetWorkUtils.getNetIp()); |
| | | } |
| | | |
| | | public static PhoneDevice getDevice() { |