Sometimes hiding a game from your library isn’t enough to hide the sin.
If you change your mind and want the game back,
appid
, then navigate to https://help.steampowered.com/en/wizard/HelpWithGame/?appid=, adding the appid
to the end of the URLJust like removing a game, adding a game back to your account will restore everything in the package.
https://help.steampowered.com/en/accountdata/AccountSpend
This method requires Steam Authenticator to be installed and activated on an Android device with root access.
Open /data/data/com.valvesoftware.android.steam.community/files/Steamguard-*/
as a JSON file. The uri
property contains an optauth://
URI including the secret.
If you have a sed
installed (e.g. from Busybox), you can run this with an on-device terminal emulator or adb shell
to get the optauth://
URI:
sed 's/\\\//\//g; s/.*"\(otpauth\:[^"]*\).*/\1\n/' /data/data/com.valvesoftware.android.steam.community/files/Steamguard-*