游戏评分增加来源
This commit is contained in:
@ -250,6 +250,7 @@ class RatingEditActivity : ToolBarActivity() {
|
||||
jsonObject.put("device", DeviceUtils.getLoginDevice(this))
|
||||
jsonObject.put("gh_version", PackageUtils.getVersionName())
|
||||
jsonObject.put("game_version", gameVersion)
|
||||
jsonObject.put("source", if (mFromAmway) "anliwall" else "game_detail")
|
||||
jsonObject.put("plugin_version", PackageUtils.getMetaData(this, mInstallPackageName, "gh_version"))
|
||||
jsonObject.put("rom", RomIdentifier.getRom().name + " " + RomIdentifier.getRom().versionName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user