From 42d91cc09a10b701e4a4598f5dd659268548654e Mon Sep 17 00:00:00 2001 From: androidlover5842 Date: Sun, 1 Feb 2026 13:49:32 +0530 Subject: [PATCH] Document Android run workflow --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 0de486b..db1378b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -198,3 +198,4 @@ Access / ops notes (prod) - DB (dev): PostgreSQL `trisolaris` on `192.168.1.53:5432` (see `application-dev.properties` in the repo). - DB access (server): `sudo -u postgres psql -d trisolaris`. - Workflow: Always run build, commit, and push for changes unless explicitly told otherwise. +- Android workflow note: user always runs Shift+F10 in Android Studio to deploy updates.