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:
chris babcock
2019-08-29 19:59:52 -04:00
parent d17b1ca2ee
commit 482a857576
2 changed files with 3 additions and 0 deletions

View File

@@ -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())