mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: SamsungParts: Update relevant SEPolicy
Change-Id: I13eb7abd5d0651a52a8a14211c00b5e74798976f Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c8719f9b92
commit
9f2cdeb5b4
7 changed files with 24 additions and 41 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue