mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: libinit: adapt to A20/A20e varients
Change-Id: Ib026e89cfd758d1b336f926ce2a72e1a145be326 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
9b3f0e2b09
commit
35bd7cba2e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ void vendor_load_properties() {
|
||||||
|
|
||||||
model = GetProperty("ro.boot.product.model", "");
|
model = GetProperty("ro.boot.product.model", "");
|
||||||
|
|
||||||
if (model == "SM-M205FN" || model == "SM-A305FN" || model == "SM-A405FN" || model == "SM-A405FM") {
|
if (odel == "SM-A205FN" || model == "SM-A205GN" || model == "SM-A202K" || model == "SM-A205YN") {
|
||||||
property_override("ro.boot.product.hardware.sku", "NFC");
|
property_override("ro.boot.product.hardware.sku", "NFC");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue