问个android的有关问题,代码是小弟我反编译出来的,请问上大家

问个android的问题,代码是我反编译出来的,请教下大家
问个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?
android java

------解决方案--------------------
引用:
问个android的问题,代码是我反编译出来的,请教下大家,看看是不是反编译出错


Java code
?



12345678

    private static boolean getSwitchGPRS(Context paramContext)   {       int i = System.getInt(paramContext.getContentReso……


我只能说反编译出来的代码  是大大的有问题的
------解决方案--------------------
反编译出来的代码和真实的源码会有部分差距,有选择的看。