">
As of Android 6.0 you may need to request app permission. This isn’t necessary if the OS has been set up to not require app permissions.
If your app isn’t targeting the Google Play Store, you don’t need to add all the rules set out in the get started guide. You can remove rules related to Google Play Services and install referrer libraries. You only need to keep the rules that apply to the Adjust SDK.
-keep public class com.adjust.sdk.** { *; }
Once you have set up the plugin, you can gather the device’s IMEI and MEID. To do this, call the AdjustImei.readImeie
method before starting the Adjust SDK.
If you want to prevent the SDK from reading the IMEI and MEID, call the AdjustImei.doNotReadImei
method.