Skip to content

Commit 7b363f3

Browse files
authored
chore: upgrading libs. (#19)
1 parent f7dc7b0 commit 7b363f3

File tree

7 files changed

+400
-360
lines changed

7 files changed

+400
-360
lines changed

projects/WhatsAppClone/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<uses-permission android:name="android.permission.RECORD_AUDIO" />
99
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
1010
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
11+
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
1112
<application
1213
android:name=".MainApplication"
1314
android:label="@string/app_name"

0 commit comments

Comments
 (0)