sdm660-common: detect device properly for IFA Manager

This commit is contained in:
pythonlimited 2019-08-03 15:15:38 +02:00 committed by Max Weffers
parent 16f37dbdcd
commit 17afb57b29
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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;