mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-10 08:00:57 +00:00
Merge pull request #2455 from nextcloud/changeCameraPermission
Like Android Files we should rely on generic camera feature, but not required.
This commit is contained in:
commit
a507bdd03a
@ -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 New Issue
Block a user