You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Allow optional for alternative login id determination
#android #rb Pete.Procopio #ROBOMERGE-SOURCE: CL 8376640 via CL 8376641 via CL 8376642 via CL 8377377 via CL 8380717 #ROBOMERGE-BOT: (v402-8361577) [CL 8380781 by chris babcock in Main branch]
This commit is contained in:
@@ -4057,6 +4057,8 @@ public class GameActivity extends $${gameActivitySuperClass}$$ implements Surfac
|
||||
{
|
||||
String loginId = null;
|
||||
|
||||
//$${gameActivityGetLoginIdAdditions}$$
|
||||
|
||||
// check for existing GUID fallback in internal
|
||||
File file = new File(InternalFilesDir + "login-identifier.txt");
|
||||
if (file.exists())
|
||||
|
||||
Reference in New Issue
Block a user