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 +}