universal7885: SamsungParts: Update relevant SEPolicy

Change-Id: I13eb7abd5d0651a52a8a14211c00b5e74798976f
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-10-22 02:54:58 +09:00
commit 9f2cdeb5b4
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
7 changed files with 24 additions and 41 deletions

View file

@ -79,7 +79,7 @@ void vendor_load_properties() {
model = GetProperty("ro.boot.em.model", "");
}
if (odel == "SM-A205FN" || model == "SM-A205GN" || model == "SM-A202K" || model == "SM-A205YN") {
if (model == "SM-A205FN" || model == "SM-A205GN" || model == "SM-A202K" || model == "SM-A205YN") {
property_override("ro.boot.product.hardware.sku", "NFC");
}