version:2.1
fix:完善推送 update:
This commit is contained in:
@@ -23,7 +23,6 @@ import java.text.DecimalFormat;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import cn.jpush.android.api.JPushInterface;
|
||||
|
||||
public class ExampleUtil {
|
||||
public static final String PREFS_NAME = "JPUSH_EXAMPLE";
|
||||
@@ -135,7 +134,8 @@ public class ExampleUtil {
|
||||
}
|
||||
|
||||
public static String getDeviceId(Context context) {
|
||||
return JPushInterface.getUdid(context);
|
||||
// return JPushInterface.getUdid(context);
|
||||
return "0";
|
||||
}
|
||||
|
||||
public static class StorageUtils {
|
||||
|
||||
Reference in New Issue
Block a user