fix(android): remove self-update install flow

This commit is contained in:
Ayaan Zaidi
2026-03-08 14:46:56 +05:30
committed by Ayaan Zaidi
parent 492fe679a7
commit 0f9566b0b5
17 changed files with 2 additions and 540 deletions

View File

@@ -240,12 +240,6 @@ const COMMAND_PROFILES: Record<string, CommandProfile> = {
expect(readString(obj.diagnostics)).not.toBeNull();
},
},
"app.update": {
buildParams: () => ({}),
timeoutMs: 20_000,
outcome: "error",
allowedErrorCodes: ["INVALID_REQUEST"],
},
};
function resolveGatewayConnection() {