File tree 1 file changed +8
-3
lines changed
lib/UnoCore/android/app/src/main
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 5
5
package =" @(Activity.Package)" >
6
6
7
7
#if @(Project.Android.SupportsScreens.Resizable:IsSet) || @(Project.Android.SupportsScreens.SmallScreens:IsSet) || @(Project.Android.SupportsScreens.NormalScreens:IsSet) || @(Project.Android.SupportsScreens.LargeScreens:IsSet) || @(Project.Android.SupportsScreens.XLargeScreens:IsSet) || @(Project.Android.SupportsScreens.AnyDensity:IsSet) || @(Project.Android.SupportsScreens.RequiresSmallestWidthDp:IsSet) || @(Project.Android.SupportsScreens.CompatibleWidthLimitDp:IsSet) || @(Project.Android.SupportsScreens.LargestWidthLimitDp:IsSet)
8
- <supports-screens
8
+ <supports-screens
9
9
#if @(Project.Android.SupportsScreens.Resizable:IsSet)
10
10
android : resizeable =" @(Project.Android.SupportsScreens.Resizable:ToLower)"
11
11
#endif
35
35
#endif
36
36
/>
37
37
#endif
38
-
38
+
39
39
#if @(Project.Android.SupportsAndroidGo:Test(1, 0))
40
40
<uses-feature android : name =" android.hardware.ram.low" android : required =" true" />
41
41
#endif
71
71
#if @(Project.Android.UsesFeatures.AndroidSoftwareWebview:IsSet)
72
72
<uses-feature android : name =" android.software.webview" android : required =" @(Project.Android.UsesFeatures.AndroidSoftwareWebview:Bool:ToLower)" />
73
73
#endif
74
+ #if @(Project.Android.Geo.ApiKey:IsSet)
75
+ <queries >
76
+ <package android : name =" com.google.android.apps.maps" />
77
+ </queries >
78
+ #endif
74
79
75
80
@(AndroidManifest.Permission:Join('\n ', '<uses-permission android : name =" ', '" />'))
76
81
@(AndroidManifest.RootElement:Join('\n '))
143
148
#endif
144
149
@(AndroidManifest.Activity.ViewIntentFilter:Join('\n ', '<data ' , ' />'))
145
150
</intent-filter >
146
-
151
+
147
152
#if @(Project.Android.AssociatedDomains:IsSet)
148
153
<intent-filter android : autoVerify =" true" >
149
154
<action android : name =" android.intent.action.VIEW" />
You can’t perform that action at this time.
0 commit comments