Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @Override
  2. protected void onResume() {
  3. super.onResume();
  4. if (SPS4SharedPrefUtil.getBooleanSetting(getApplicationContext(),
  5. SPS4SharedPrefUtil.KEY_DATA_COMMUNICATION_STATE, true)) {
  6. // true: as it is
  7. mRbDataConnOn.setChecked(true);
  8. } else {
  9. // false: data off
  10. mRbDataConnOff.setChecked(true);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement