android_sdk icon indicating copy to clipboard operation
android_sdk copied to clipboard

This is the Android SDK of

Results 41 android_sdk issues
Sort by recently updated
recently updated
newest added

Removed locking from Adjust singleton creation. Create instance immediately when the class is loaded or initialized (Android ClassLoader). It will be 100% thread safe and the object instance will already...

If `android:allowBackup="true"` is defined in the Android manifest (just like in all sample apps here) it might make sense to exclude `adjust_preferences.xml` from full backup by adding ```xml ``` to...

I was looking into devices that purposefully block Adjust's requests (e.g., devices on a [pi-hole network](https://pi-hole.net/)) and discovered that Adjust does not have a maximum number of retries for any...

After looking into causes for possible performance problems in our app, most notably around binder usage. I've noticed that the Adjust sdk is using Reflection for grabbing information about the...

Hi, I would like to delay the creation of Adjust instance until i get a response from the server, is there a way this can be done in adjust itself?...

We are using the latest Android Adjust SDK 4.32.0 and see 1500+ crashes (1M+ user base) in the last 30 days in Crashlytics: ``` Fatal Exception: java.lang.NullPointerException: Attempt to read...

Appears to have just stared with the latest version `4.32.0` does not complain for ` 4.31.1` I have all the proguard rules listed in the documentation. `AGPBI: {"kind":"warning","text":"Missing class android.content.pm.PackageManager$ResolveInfoFlags...

### Description I tried integrating the Adjust WebBridge in an app. I followed the steps detailed in the documentation: [Link](https://help.adjust.com/en/article/get-started-android-sdk). I tried accessing the `Adjust` object from JavaScript as detailed...

Now AdjustAttribution.toMap() return costAmount = NaN