Android 크로스 프로 세 스 SharedPreferences 이상 설명

Android 크로스 프로 세 스 SharedPreferences 이상 설명

Context c = null;
    try {
      c = context.createPackageContext(PREFERENCE_PACKAGE,
          Context.CONTEXT_IGNORE_SECURITY);
    } catch (NameNotFoundException e) {
      e.printStackTrace();
    }
    if (c != null) {
      SharedPreferences infoSp = c.getSharedPreferences(PREFERENCE_NAME,
          Context.MODE_MULTI_PROCESS);
      int status = infoSp.getInt("break", 1);
      Logcat.d("br" + status);
      return 0 == status;
    } else {
      Logcat.w("brake_status error.... c==null ");
    }
    return false;
읽 어 주 셔 서 감사합니다. 여러분 에 게 도움 이 되 기 를 바 랍 니 다.본 사이트 에 대한 여러분 의 지지 에 감 사 드 립 니 다!

좋은 웹페이지 즐겨찾기