mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 21:19:16 -04:00
Vending app version was not being written to device definitions
This commit is contained in:
@@ -92,6 +92,7 @@ public class CrashLetterDeviceInfoBuilder extends CrashLetterBuilder {
|
||||
ConfigurationInfo configurationInfo = ((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE)).getDeviceConfigurationInfo();
|
||||
values.put("GL.Version", Integer.toString(configurationInfo.reqGlEsVersion));
|
||||
values.put("GSF.version", Integer.toString(NativeDeviceInfoProvider.getGsfVersionCode(context)));
|
||||
values.put("Vending.version", Integer.toString(NativeDeviceInfoProvider.getVendingVersionCode(context)));
|
||||
return values;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user