Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2022-10-01 18:09:03 +0300
committerMarcel Hibbe (Rebase PR Action) <mahibi@users.noreply.github.com>2022-10-03 11:36:45 +0300
commitff0421575aae7e78b11c1ad7887da8721da48675 (patch)
tree2aaafefd77f32fcaded134d19af5cf184fb4587a /app/src
parentd13f79f7f7e37008ae2830ee067df60949ef2a1b (diff)
Like Android Files we should rely on generic camera feature, but not required.
This then should allow us to install Talk on Chromebooks Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 18f3cc2db..4ce0e5d2c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -24,7 +24,7 @@
xmlns:tools="http://schemas.android.com/tools">
<uses-feature
- android:name="android.hardware.camera.any"
+ android:name="android.hardware.camera"
android:required="false" />
<uses-feature
android:name="android.hardware.camera.autofocus"