We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00ee03 commit 79fa459Copy full SHA for 79fa459
library/src/main/java/com/qiniu/android/utils/Utils.java
@@ -56,7 +56,7 @@ public static String systemVersion() {
56
}
57
58
public static Integer getCurrentSignalStrength() {
59
- return -1;
+ return null;
60
61
62
public static String getCurrentNetworkType() {
0 commit comments