I am using a class with only static variables to store all constants and run-time properties. But, recently I have seen instances when I\'m referencing these variables, I ge
Only public static String androidId; can be null, when you want to use it you should init it in this class or in some other class in onResume()
public static String androidId;
onResume()