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.INTERNET"/>
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
|
<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 -->
|
<!-- webviewflutter support minSdk version to at least 19 -->
|
||||||
<!-- flutter_inappwebview support minSdk version to at least 17 -->
|
<!-- flutter_inappwebview support minSdk version to at least 17 -->
|
||||||
|
|||||||
@@ -26,8 +26,10 @@
|
|||||||
<string>LaunchScreen</string>
|
<string>LaunchScreen</string>
|
||||||
<key>UIMainStoryboardFile</key>
|
<key>UIMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||||
<string>To save photo to library, we need permission to access your photo library.</string>
|
<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>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user