TF-60 Add permission access device contact
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user