Skip to content

Commit 79fa459

Browse files
author
YangSen-qn
committed
getCurrentSignalStrength func return null
1 parent f00ee03 commit 79fa459

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/com/qiniu/android/utils

1 file changed

+1
-1
lines changed

library/src/main/java/com/qiniu/android/utils/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static String systemVersion() {
5656
}
5757

5858
public static Integer getCurrentSignalStrength() {
59-
return -1;
59+
return null;
6060
}
6161

6262
public static String getCurrentNetworkType() {

0 commit comments

Comments
 (0)