Merge branch 'master' into 'master'

Addition of droidguard_results=null to try to solve the aas_token_failed issue

See merge request AuroraOSS/AuroraStore!544
This commit is contained in:
Rahul Patel
2026-02-11 17:27:35 +05:30

View File

@@ -45,6 +45,7 @@ class AC2DMTask @Inject constructor(private val httpClient: HttpClient) {
params["add_account"] = 1
params["Token"] = oAuthToken
params["callerSig"] = "38918a453d07199354f8b19af05ec6562ced5788"
params["droidguard_results"] = "null"
val body = params.map { "${it.key}=${it.value}" }.joinToString(separator = "&")