Runt
2025-08-05 c96a3660d8257820c55bc3f1429c07adc364fe7d
libmvi/src/main/java/com/runt/open/mvi/utils/DeviceIdUtils.java
@@ -51,7 +51,7 @@
            TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
            return tm.getDeviceId();
        } catch (Exception e) {
            //e.printStackTrace();
            e.printStackTrace();
        }
        return "";
    }