am 8de45a66
: am 1bdb7874
: Make summary appear for both checked and unchecked NFC checkbox in Settings.
Merge commit '8de45a6686b298d09c5195e332f202223a555b91' * commit '8de45a6686b298d09c5195e332f202223a555b91': Make summary appear for both checked and unchecked NFC checkbox in Settings.
This commit is contained in:
@@ -868,7 +868,7 @@
|
||||
<!-- Used in the 1st-level settings screen to turn on NFC -->
|
||||
<string name="nfc_quick_toggle_title">NFC</string>
|
||||
<!-- Used in the 1st-level settings screen as the turn-on summary -->
|
||||
<string name="nfc_quick_toggle_summary">Use Near Field Communication to read Tags and exchange Tags</string>
|
||||
<string name="nfc_quick_toggle_summary">Use Near Field Communication to read and exchange tags</string>
|
||||
|
||||
<!-- Wi-Fi Settings --> <skip />
|
||||
<!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
|
||||
|
@@ -91,10 +91,5 @@ public class NfcEnabler implements Preference.OnPreferenceChangeListener {
|
||||
|
||||
private void updateUi() {
|
||||
mCheckbox.setChecked(mNfcState);
|
||||
if (mNfcState) {
|
||||
mCheckbox.setSummary(null);
|
||||
} else {
|
||||
mCheckbox.setSummary(R.string.nfc_quick_toggle_summary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user