Get rid of QUERY_ALL_PACKAGES android permission. Declare url schemes to query by url launcher.

This commit is contained in:
Igor Kulikov
2022-09-02 15:55:41 +03:00
parent 95c634a396
commit 82b1577748
5 changed files with 54 additions and 4 deletions

View File

@@ -45,6 +45,12 @@
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>tel</string>
<string>mailto</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

View File

@@ -34,6 +34,12 @@
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>tel</string>
<string>mailto</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>