From d0827c982036a84c67eee55c29b4462388979196 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 1 Sep 2021 20:54:09 -0400 Subject: [PATCH] explain updating Play services apps --- static/usage.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/usage.html b/static/usage.html index 24d8b832..9f8051a7 100644 --- a/static/usage.html +++ b/static/usage.html @@ -730,6 +730,13 @@ without it, but you do need to get it initialized and this is currently the best way to mimic the initialization done by the stock OS setup wizard.

+

You can obtain updates to these apps from our repository which will be easy + once we have a client app. The Play Store app can also be used to update Google + Play services. Updates to the Google Services Framework (com.google.android.gsf) + app are normally only distributed through OS updates so you need to get those from + our repository. The Play Store app isn't able to update itself through the + compatibility layer yet but it may be supported in the future.

+

Limitations