티스토리 뷰

public static String getDeviceModel() {
        return String.format("%s %s", Build.BRAND, Build.MODEL);
}
댓글