diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 902189a6..3382397a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,8 +23,7 @@
-
-
-
diff --git a/unused/in/celest/xash3d/SteamActivity.java b/src/in/celest/xash3d/SteamActivity.java
similarity index 100%
rename from unused/in/celest/xash3d/SteamActivity.java
rename to src/in/celest/xash3d/SteamActivity.java
diff --git a/unused/in/celest/xash3d/SteamService.java b/src/in/celest/xash3d/SteamService.java
similarity index 99%
rename from unused/in/celest/xash3d/SteamService.java
rename to src/in/celest/xash3d/SteamService.java
index 322a80f8..9b615075 100644
--- a/unused/in/celest/xash3d/SteamService.java
+++ b/src/in/celest/xash3d/SteamService.java
@@ -480,6 +480,7 @@ public class SteamService extends Service
// called on every char in line until return true
private boolean processPartial( String str ) throws CancelException, IOException
{
+ //printText(str);
{
if( str.contains( "Steam>" ) )
{
@@ -529,7 +530,7 @@ public class SteamService extends Service
processInput.write( (passwd + '\n').getBytes() );
return true;
}
- if( str.startsWith("Steam Guard code:" ))
+ if( str.startsWith("Steam Guard code:" )|| str.startsWith("Two-factor code:") )
{
String passwd = promptDialog("Steam Guard code", "Please enter your SteamGuard code", true);
if( passwd == null )