From f624efc92480d1c7baecc4cce65e67501c823d57 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 11 Aug 2021 10:34:51 -0400 Subject: [PATCH] document known issue with force queryable --- static/usage.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/usage.html b/static/usage.html index 05827563..9c9264d8 100644 --- a/static/usage.html +++ b/static/usage.html @@ -735,6 +735,10 @@ is also provided to support dynamically downloaded/loaded modules (dynamite modules).

+

There's currently a known issue with apps not being able to see that Play + services is installed in the profile in some cases. This is being worked on and + should be resolved soon.

+

Since there's no OS integration beyond fallback code to make it function without any special privileges, there isn't a way to launch the settings activity. We'll need to make a tiny app providing a way to launch it.