universal7885: enable nfc for all a202f

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-12-10 15:23:50 +09:00
commit ba4f5671b1
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
7 changed files with 3 additions and 10 deletions

View file

@ -87,7 +87,7 @@ void vendor_load_properties() {
model = GetProperty("ro.boot.em.model", "");
}
if (hasEnding(model, "N") || hasEnding(model, "S") || hasEnding(model, "K")) {
if (hasEnding(model, "N") || hasEnding(model, "S") || hasEnding(model, "K") || model == "SM-A202F") {
property_override("ro.boot.product.hardware.sku", "NFC");
}