删除 DeviceInfo.java

dev
wangsiyuan 2023-12-08 20:55:14 +08:00
parent e9b769be85
commit 46fe0c6d24
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
package com.nbee.echolink;
import android.os.Build;
public class DeviceInfo {
public static int getApiVersion() {
return Build.VERSION.SDK_INT;
}
}