diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-13 13:12:34 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-13 13:12:34 -0500 |
| commit | 00a41098c3d66e53ff054aeaaf6e729dd8122b91 (patch) | |
| tree | 251997feb15a58fe8e6d492c598073f4b6f98ad8 | |
| parent | 6b2f1e82207d1e4d2152fca032be466a638a1aba (diff) | |
clarification about Google Camera GSF dependency
| -rw-r--r-- | static/usage.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html index b062e4d2..e173b830 100644 --- a/static/usage.html +++ b/static/usage.html @@ -607,7 +607,9 @@ <p>Google Camera can be used with the <a href="#sandboxed-play-services">sandboxed Play services compatibility layer</a> and can take full advantage of the - available cameras and image processing hardware as it can on the stock OS.</p> + available cameras and image processing hardware as it can on the stock OS. It + currently only depends on GSF and can be used without Play services (GMS) or + the Play Store.</p> <p>We aim to reduce the benefits of Google Camera compared to GrapheneOS Camera over time, especially on Pixels. Many features of Google Camera will |
