File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
java/com/am/tool/support/other Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ dependencies {
38
38
compileOnly ' com.google.code.gson:gson:2.10.1'
39
39
}
40
40
41
- // apply from: "maven-central-aar.gradle"
41
+ apply from : " maven-central-aar.gradle"
Original file line number Diff line number Diff line change 11
11
* Created by Alex on 2023/6/29.
12
12
*/
13
13
public class MCCHelper {
14
-
15
- public static final int MCC_UNKNOWN = 0 ;// Unknown network
16
14
public static final int MCC_TEXT = 1 ;// Test network
17
15
public static final int MCC_INTERNAL = 999 ;// Internal use
18
16
public static final int MCC_AB = 289 ;// Abkhazia
@@ -117,7 +115,6 @@ public static int getMCC(Context context) {
117
115
public static String getISO3166 (Context context ) {
118
116
switch (getMCC (context )) {
119
117
default :
120
- case MCC_UNKNOWN :
121
118
case MCC_TEXT :
122
119
case MCC_INTERNAL :
123
120
return null ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments