mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
12 lines
567 B
XML
12 lines
567 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:hardwareAccelerated="true">
|
|
|
|
<!-- Paste the following line into the AndroidManifest.xml of your project -->
|
|
<!-- See also: https://capacitorjs.com/docs/plugins/android#manifest -->
|
|
<!-- <uses-feature android:name="android.hardware.camera" android:required="false" /> -->
|
|
|
|
<uses-sdk tools:overrideLibrary="com.google.zxing.client.android" />
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
</manifest>
|