You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,20 +71,21 @@ <h2 id="androidintegrationfilesandrequirements">Android Integration Files and Re
71
71
72
72
<blockquote>
73
73
<p><strong>NOTE</strong> If the permissions listed are not required by the application, the values collected using those permissions will be ignored. The permissions are not required to obtain a usable blackbox, but they do help obtain some unique device information.</p>
74
+
<p><strong>NOTE</strong> Android 10 introduced the ACCESS_BACKGROUND_LOCATION permission, protected at the dangerous level as is the case for ACCESS_FINE_LOCATION. Refer to the official Android documentation for when and how to incorporate this permission.</p>
74
75
</blockquote>
75
76
76
-
<p>Version 4.1.0 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.</p>
77
+
<p>Version 4.1.1 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.</p>
77
78
78
79
<h2id="installingthefraudforcesdkforandroid">Installing the FraudForce SDK for Android</h2>
79
80
80
81
<ol>
81
-
<li><p>Download iovation-android-sdk-4.1.0.zip from here: <ahref="https://github.com/iovation/deviceprint-SDK-Android">iovation Mobile SDK for Android</a>. </p></li>
<li><p>Download iovation-android-sdk-4.1.1.zip from here: <ahref="https://github.com/iovation/deviceprint-SDK-Android">iovation Mobile SDK for Android</a>. </p></li>
<li><p>Depending on your IDE, do one of the following:</p>
84
85
85
86
<ul>
86
87
<li><p>In <strong>Eclipse and Maven</strong>, deploy the AAR file to your local Maven repository, using maven-deploy. For more information, see <ahref="http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html">Guide to installing 3rd party JARs</a>.</p></li>
87
-
<li><p>If you are using <strong>Android Studio with Gradle</strong>, add the <em>fraudforce-lib-release-4.1.0.aar</em> file to your application module’s libs directory. Then, edit the <em>build.gradle</em> file in order to add the libs directory as a flat-file repository to the <code>buildscript</code> and <code>repository</code> sections. This makes the fraudforce-lib-release-4.1.0.aar file accessible to Gradle.</p>
88
+
<li><p>If you are using <strong>Android Studio with Gradle</strong>, add the <em>fraudforce-lib-release-4.1.1.aar</em> file to your application module’s libs directory. Then, edit the <em>build.gradle</em> file in order to add the libs directory as a flat-file repository to the <code>buildscript</code> and <code>repository</code> sections. This makes the fraudforce-lib-release-4.1.1.aar file accessible to Gradle.</p>
88
89
89
90
<pre><code>buildscript {
90
91
repositories {
@@ -101,11 +102,11 @@ <h2 id="installingthefraudforcesdkforandroid">Installing the FraudForce SDK for
101
102
}
102
103
</code></pre>
103
104
104
-
<p>Also in the application module’s <code>build.gradle</code> file, make sure that fraudforce-lib-release-4.1.0 is a compile-time dependency:</p>
105
+
<p>Also in the application module’s <code>build.gradle</code> file, make sure that fraudforce-lib-release-4.1.1 is a compile-time dependency:</p>
> __NOTE__ If the permissions listed are not required by the application, the values collected using those permissions will be ignored. The permissions are not required to obtain a usable blackbox, but they do help obtain some unique device information.
31
+
> __NOTE__ Android 10 introduced the ACCESS_BACKGROUND_LOCATION permission, protected at the dangerous level as is the case for ACCESS_FINE_LOCATION. Refer to the official Android documentation for when to incorporate this permission.
30
32
31
-
Version 4.1.0 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.
33
+
Version 4.1.1 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.
32
34
33
35
## Installing the FraudForce SDK for Android
34
36
35
-
1. Download iovation-android-sdk-4.1.0.zip from here: [iovation Mobile SDK for Android](https://github.com/iovation/deviceprint-SDK-Android).
37
+
1. Download iovation-android-sdk-4.1.1.zip from here: [iovation Mobile SDK for Android](https://github.com/iovation/deviceprint-SDK-Android).
36
38
37
-
2. Unzip iovation-android-sdk-4.1.0.zip.
39
+
2. Unzip iovation-android-sdk-4.1.1.zip.
38
40
39
41
3. Depending on your IDE, do one of the following:
40
42
41
43
- In __Eclipse and Maven__, deploy the AAR file to your local Maven repository, using maven-deploy. For more information, see [Guide to installing 3rd party JARs](http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html).
42
44
43
-
- If you are using __Android Studio with Gradle__, add the *fraudforce-lib-release-4.1.0.aar* file to your application module's libs directory. Then, edit the *build.gradle* file in order to add the libs directory as a flat-file repository to the `buildscript` and `repository` sections. This makes the fraudforce-lib-release-4.1.0.aar file accessible to Gradle.
45
+
- If you are using __Android Studio with Gradle__, add the *fraudforce-lib-release-4.1.1.aar* file to your application module's libs directory. Then, edit the *build.gradle* file in order to add the libs directory as a flat-file repository to the `buildscript` and `repository` sections. This makes the fraudforce-lib-release-4.1.1.aar file accessible to Gradle.
44
46
45
47
```
46
48
buildscript {
@@ -57,12 +59,12 @@ Version 4.1.0 of the iovation FraudForce SDK for Android supports Android 4.1 or
57
59
}
58
60
}
59
61
```
60
-
Also in the application module's `build.gradle` file, make sure that fraudforce-lib-release-4.1.0 is a compile-time dependency:
62
+
Also in the application module's `build.gradle` file, make sure that fraudforce-lib-release-4.1.1 is a compile-time dependency:
0 commit comments