1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.xamarin.essentials" android : installLocation =" auto" >
3
- <uses-sdk android : minSdkVersion =" 19" android : targetSdkVersion =" 29 " />
3
+ <uses-sdk android : minSdkVersion =" 19" android : targetSdkVersion =" 30 " />
4
4
<uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
5
5
<uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
6
6
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
12
12
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
13
13
<uses-permission android : name =" android.permission.VIBRATE" />
14
14
<uses-permission android : name =" android.permission.READ_CONTACTS" />
15
+ <queries >
16
+ <intent >
17
+ <action android : name =" android.intent.action.SENDTO" />
18
+ <data android : scheme =" mailto" />
19
+ </intent >
20
+ <intent >
21
+ <action android : name =" android.intent.action.VIEW" />
22
+ <data android : scheme =" http" />
23
+ </intent >
24
+ <intent >
25
+ <action android : name =" android.intent.action.VIEW" />
26
+ <data android : scheme =" https" />
27
+ </intent >
28
+ <intent >
29
+ <action android : name =" android.intent.action.VIEW" />
30
+ <data android : scheme =" smsto" />
31
+ </intent >
32
+ <intent >
33
+ <action android : name =" android.intent.action.DIAL" />
34
+ <data android : scheme =" tel" />
35
+ </intent >
36
+ </queries >
15
37
<uses-feature android : name =" android.hardware.location" android : required =" false" />
16
38
<uses-feature android : name =" android.hardware.location.gps" android : required =" false" />
17
39
<uses-feature android : name =" android.hardware.location.network" android : required =" false" />
18
- <application android : label =" @string/app_name" android : icon =" @mipmap/ic_launcher" android : roundIcon =" @mipmap/ic_launcher_round" android : theme =" @style/MainTheme" android : fullBackupContent =" @xml/my_backup_rules" ></application >
40
+ <application android : label =" @string/app_name" android : icon =" @mipmap/ic_launcher" android : roundIcon =" @mipmap/ic_launcher_round" android : theme =" @style/MainTheme" android : fullBackupContent =" @xml/my_backup_rules" >
41
+
42
+ </application >
19
43
</manifest >
0 commit comments