Skip to content

AdvertisingIdClient: Error while reading from SharedPreferences java.lang.SecurityException: MODE_WORLD_READABLE no longer supported #342

@umutkina

Description

@umutkina

I want to integrate adjust SDK on my project but I got this error

AdvertisingIdClient: Error while reading from SharedPreferences java.lang.SecurityException: MODE_WORLD_READABLE no longer supported

but I didn't use MODE_WORLD_READABLE anywhere

here my code

String appToken = getString(R.string.adjust_token); String environment = AdjustConfig.ENVIRONMENT_PRODUCTION; AdjustConfig config = new AdjustConfig(this, appToken, environment); config.setLogLevel(LogLevel.VERBOSE); Adjust.onCreate(config); registerActivityLifecycleCallbacks(new AdjustLifecycleCallbacks());

here my gradle

compile 'com.adjust.sdk:adjust-android:4.14.0' compile 'com.android.installreferrer:installreferrer:1.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions