mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 08:55:54 +03:00
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>
This commit is contained in:
parent
d13f79f7f7
commit
ff0421575a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue