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
To add the `Vulcun` plugin, first move the file `plugin\Vulcun.java` to the folder `Adjust/src/com/adjust/sdk/plugin/`.
4
+
5
+
The `Vulcun` plugin allows to collect the sha-1 of the device's primary email. To access this information, you need to add the following permission to the `AndroidManifest.xml` of your app:
You can also add optionally a string to be concatenated with the email before is hashed with the `sha-1` algorithm. Add the string in a `meta-data` tag inside the `application` tag, as follows:
11
+
12
+
```
13
+
<meta-data android:name="AdjustVulcunSalt" android:value="vulcun salt example" />
0 commit comments