删除 DeviceInfo.java
parent
e9b769be85
commit
46fe0c6d24
|
|
@ -1,11 +0,0 @@
|
|||
package com.nbee.echolink;
|
||||
|
||||
import android.os.Build;
|
||||
|
||||
public class DeviceInfo {
|
||||
|
||||
public static int getApiVersion() {
|
||||
return Build.VERSION.SDK_INT;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue