You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Updated ML integration to MLSDK 0.19
#CodeReview: ryan.vance #RB: ryan.vance [CL 4636504 by Jason Bestimt in Dev-VR branch]
This commit is contained in:
@@ -310,8 +310,9 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
// grab the Android version
|
||||
const FString AndroidVersionCommand = FString::Printf(TEXT("-s %s %s ro.build.version.release"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
|
||||
// grab the Lumin/Android version
|
||||
const FString AndroidVersionCommand = bForLumin ? FString::Printf(TEXT("%s ro.build.id"), *GetPropCommand) :
|
||||
FString::Printf(TEXT("-s %s %s ro.build.version.release"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
|
||||
if (!ExecuteAdbCommand(*AndroidVersionCommand, &NewDeviceInfo.HumanAndroidVersion, nullptr))
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user