diff options
| author | Jakub Nowak <jakub.jakub.nowak@gmail.com> | 2023-05-15 15:34:00 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-15 12:33:41 -0400 |
| commit | 976e3d284b82c89bd1d26e46cf476c08a2009e79 (patch) | |
| tree | a37ba8f0b5438ce1b6b5043a64b575121e807e1e /static | |
| parent | 24b450abfadf08ce357779f4df6b84a6e0f1f54a (diff) | |
Fix CameraX extension availability link
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/usage.html b/static/usage.html index 7bf11eeb..15054095 100644 --- a/static/usage.html +++ b/static/usage.html @@ -624,8 +624,8 @@ security. It includes modes for capturing images, videos and QR / barcode scanning along with additional modes based on CameraX vendor extensions (Portrait, HDR, Night, Face Retouch and Auto) on <a - href="https://developer.android.com/training/camerax/devices">devices where - they're available</a> (not available on Pixels yet).</p> + href="https://developer.android.com/training/camera/supported-devices">devices + where they're available</a> (not available on Pixels yet).</p> <p>Modes are displayed as tabs at the bottom of the screen. You can switch between modes using the tab interface or by swiping left/right anywhere on the |
