sdm660-common: detect device properly for IFA Manager
This commit is contained in:
parent
16f37dbdcd
commit
17afb57b29
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class IFAAManagerImpl extends IFAAManagerV4 {
|
|||
// this.mDevModel = miuiFeature;
|
||||
// }
|
||||
// }
|
||||
mDevModel = "xiaomi" + "-" + "wayne";
|
||||
mDevModel = Build.MANUFACTURER + "-" + Build.DEVICE;
|
||||
}
|
||||
if (DEBUG) Slog.i(TAG, "getDeviceModel devcieModel:" + mDevModel);
|
||||
return mDevModel;
|
||||
|
|
Loading…
Reference in a new issue