This repository was archived by the owner on Apr 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
FormsGallery/FormsGallery/FormsGallery.Android/Properties
MobileCRM/MobileCRM.Android/Properties
WorkingWithMaps/WorkingWithMaps/WorkingWithMaps.Android/Properties Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.companyname.mapoverlay" >
3
3
<uses-sdk android : minSdkVersion =" 19" />
4
4
<application android : label =" MapOverlay" >
5
- <meta-data android : name =" com.google.android.maps.v2 .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
5
+ <meta-data android : name =" com.google.android.geo .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
6
6
<!-- Necessary for apps that target Android 9.0 or higher -->
7
7
<uses-library android : name =" org.apache.http.legacy" android : required =" false" />
8
8
</application >
13
13
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
14
14
<uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
15
15
<uses-permission android : name =" android.permission.INTERNET" />
16
- </manifest >
16
+ </manifest >
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.companyname.customrenderer" >
3
3
<uses-sdk android : minSdkVersion =" 19" />
4
4
<application android : label =" CustomRenderer" >
5
- <meta-data android : name =" com.google.android.maps.v2 .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
5
+ <meta-data android : name =" com.google.android.geo .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
6
6
<!-- Necessary for apps that target Android 9.0 or higher -->
7
7
<uses-library android : name =" org.apache.http.legacy" android : required =" false" />
8
8
</application >
13
13
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
14
14
<uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
15
15
<uses-permission android : name =" android.permission.INTERNET" />
16
- </manifest >
16
+ </manifest >
Original file line number Diff line number Diff line change 9
9
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
10
10
<uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
11
11
<application android : label =" FormsGallery.Android" >
12
- <meta-data android : name =" com.google.android.maps.v2 .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
12
+ <meta-data android : name =" com.google.android.geo .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
13
13
<!-- Necessary for apps that target Android 9.0 or higher -->
14
14
<uses-library android : name =" org.apache.http.legacy" android : required =" false" />
15
15
</application >
16
- </manifest >
16
+ </manifest >
Original file line number Diff line number Diff line change 9
9
https://console.developers.google.com/
10
10
note the package name (listed above) is com.xamarin.mobilecrm - this value must be appended to the generated SHA1 hash that you enter into the console
11
11
-->
12
- <meta-data android : name =" com.google.android.maps.v2 .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
12
+ <meta-data android : name =" com.google.android.geo .API_KEY" android : value =" INSERT_MAP_API_KEY_HERE" />
13
13
<meta-data android : name =" com.google.android.gms.version" android : value =" @integer/google_play_services_version" />
14
14
<!-- Necessary for apps that target Android 9.0 or higher -->
15
15
<uses-library android : name =" org.apache.http.legacy" android : required =" false" />
23
23
<uses-permission android : name =" android.permission.ACCESS_MOCK_LOCATION" />
24
24
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
25
25
<uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
26
- </manifest >
26
+ </manifest >
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.companyname.workingwithmaps" >
3
3
<uses-sdk android : minSdkVersion =" 21" />
4
4
<application android : label =" WorkingWithMaps.Android" >
5
- <meta-data android : name =" com.google.android.maps.v2 .API_KEY" android : value =" INSERT-YOUR-API-KEY-HERE" />
5
+ <meta-data android : name =" com.google.android.geo .API_KEY" android : value =" INSERT-YOUR-API-KEY-HERE" />
6
6
<meta-data android : name =" com.google.android.gms.version" android : value =" @integer/google_play_services_version" />
7
7
<!-- Necessary for apps that target Android 9.0 or higher -->
8
8
<uses-library android : name =" org.apache.http.legacy" android : required =" false" />
You can’t perform that action at this time.
0 commit comments