mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-11-01 03:48:55 +00:00
klte: update fingerprint
Change-Id: I68ef11448d9ac6ff2db6a3f76dc4b115647bd1fa
This commit is contained in:
parent
5e9f46efaf
commit
bd6829c37f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright (c) 2013, The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
@ -105,8 +105,8 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
|
|||
gsm_properties();
|
||||
} else {
|
||||
/* kltexx */
|
||||
property_set("ro.build.fingerprint", "samsung/kltexx/klte:4.4.2/KOT49H/G900FXXU1ANG2:user/release-keys");
|
||||
property_set("ro.build.description", "kltexx-user 4.4.2 KOT49H G900FXXU1ANG2 release-keys");
|
||||
property_set("ro.build.fingerprint", "samsung/kltexx/klte:5.0/LRX21T/G900FDXU1BOH4:user/release-keys");
|
||||
property_set("ro.build.description", "kltexx-user 5.0 LRX21T G900FDXU1BOH4 release-keys");
|
||||
property_set("ro.product.model", "SM-G900F");
|
||||
property_set("ro.product.device", "kltexx");
|
||||
gsm_properties();
|
||||
|
|
Loading…
Reference in a new issue