问个android的问题,代码是我反编译出来的,请教下大家,看看是不是反编译出错
 
 private static boolean getSwitchGPRS(Context paramContext)
  {
  int i = System.getInt(paramContext.getContentResolver(), "switch_gprs", 0);
    if (i != 0);
    for (boolean bool = true; ; bool = false)
      return bool;
  }
if语句是不是有问题,为什么if语句没有用?
还有for循环,方法是不是永远返回true?androidjava