fix: add queries to manifest

feat/camera
Lucas Nogueira 2 years ago
parent fc1c7830c1
commit 1d81316841
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="app.tauri.camera"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="app.tauri.camera">
<queries>
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
</manifest> </manifest>
Loading…
Cancel
Save