From 29e80876e2012c5ae6fc8b4d207e4e142db65d12 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Fri, 27 Feb 2026 16:39:47 -0500 Subject: [PATCH] Update the android remote path config with the properties --- app/views/client_configurations/android_v1.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/views/client_configurations/android_v1.json b/app/views/client_configurations/android_v1.json index 706d54b6f..9a1b51f34 100644 --- a/app/views/client_configurations/android_v1.json +++ b/app/views/client_configurations/android_v1.json @@ -30,6 +30,16 @@ "pull_to_refresh_enabled": false } }, + { + "patterns": [ + "/devices$" + ], + "properties": { + "context": "modal", + "pull_to_refresh_enabled": false, + "allow_untenanted_navigation": true + } + }, { "patterns": [ "/native/login/blank" @@ -87,4 +97,4 @@ } } ] -} \ No newline at end of file +}