mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
init: don't enable nfc for all M-Ending models
This commit is contained in:
parent
0e91fcc133
commit
c077f6ffd5
1 changed files with 1 additions and 6 deletions
|
|
@ -85,12 +85,7 @@ void vendor_load_properties() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasEnding(model, "N") || hasEnding(model, "S") || hasEnding(model, "K") ||
|
if (hasEnding(model, "N") || hasEnding(model, "S") || hasEnding(model, "K") ||
|
||||||
model == "SM-A202F") {
|
model == "SM-A202F" || model == "SM-A405FM" || model == "SM-A405F") {
|
||||||
property_override("ro.boot.product.hardware.sku", "NFC");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (hasEnding(model, "N") || hasEnding(model, "M") ||
|
|
||||||
model == "SM-A405F") {
|
|
||||||
property_override("ro.boot.product.hardware.sku", "NFC");
|
property_override("ro.boot.product.hardware.sku", "NFC");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue