You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UE4 - Fix typo
[CL 2228592 by Rolando Caloca in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
7e69443aaf
commit
62373550e1
@@ -282,7 +282,7 @@ public class GameActivity extends NativeActivity implements GoogleApiClient.Conn
|
||||
|
||||
|
||||
Log.debug( "Android version is " + android.os.Build.VERSION.RELEASE );
|
||||
Log.debug( "Android manufactorer is " + android.os.Build.MANUFACTURER );
|
||||
Log.debug( "Android manufacturer is " + android.os.Build.MANUFACTURER );
|
||||
Log.debug( "Android model is " + android.os.Build.MODEL );
|
||||
|
||||
nativeSetAndroidVersionInformation( android.os.Build.VERSION.RELEASE, android.os.Build.MANUFACTURER, android.os.Build.MODEL );
|
||||
|
||||
Reference in New Issue
Block a user