Skip to content

Commit 0872e66

Browse files
committed
LIVE-3132 - LLM - Live apps permission microphone required
1 parent 8040d39 commit 0872e66

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/eleven-dots-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": patch
3+
---
4+
5+
LLM - add microphone permission to LLM for live apps

apps/ledger-live-mobile/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- Needed by Flipper 🐬 -->
1818
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!-- Needed by Adjust -->
1919
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/> <!-- Needed by Adjust -->
20+
<uses-permission android:name="android.permission.RECORD_AUDIO" /> <!-- Needed by Live apps -->
2021
<uses-sdk
2122
android:targetSdkVersion="27"
2223
tools:overrideLibrary="com.ledger.reactnative" />

0 commit comments

Comments
 (0)