TF-60 Add permission access device contact

This commit is contained in:
dab246
2021-09-21 15:22:12 +07:00
committed by Dat H. Pham
parent 43377040d5
commit c1040dfc35
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
<uses-permission android:name="android.permission.READ_CONTACTS" />
<!-- webviewflutter support minSdk version to at least 19 -->
<!-- flutter_inappwebview support minSdk version to at least 17 -->
+4 -2
View File
@@ -26,8 +26,10 @@
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>To save photo to library, we need permission to access your photo library.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>To save photo to library, we need permission to access your photo library.</string>
<key>NSContactsUsageDescription</key>
<string>To send email with these contacts</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>