Package com.adjust.sdk
Class PreinstallUtil
java.lang.Object
com.adjust.sdk.PreinstallUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPayloadFromContentProviderDefault(android.content.Context context, String packageName, ILogger logger)static StringgetPayloadFromFileSystem(String packageName, String filePath, ILogger logger)static StringgetPayloadFromSystemProperty(String packageName, ILogger logger)static StringgetPayloadFromSystemPropertyFilePath(String packageName, ILogger logger)static StringgetPayloadFromSystemPropertyFilePathReflection(String packageName, ILogger logger)static StringgetPayloadFromSystemPropertyReflection(String packageName, ILogger logger)getPayloadsFromContentProviderIntentAction(android.content.Context context, String packageName, ILogger logger)getPayloadsFromContentProviderNoPermission(android.content.Context context, String packageName, ILogger logger)static booleanhasAllLocationsBeenRead(long status)static booleanhasNotBeenRead(String location, long status)static longmarkAsRead(String location, long status)
-
Constructor Details
-
PreinstallUtil
public PreinstallUtil()
-
-
Method Details
-
hasAllLocationsBeenRead
public static boolean hasAllLocationsBeenRead(long status) -
hasNotBeenRead
-
markAsRead
-
getPayloadFromSystemProperty
-
getPayloadFromSystemPropertyReflection
-
getPayloadFromSystemPropertyFilePath
-
getPayloadFromSystemPropertyFilePathReflection
-
getPayloadFromContentProviderDefault
-
getPayloadsFromContentProviderIntentAction
-
getPayloadsFromContentProviderNoPermission
-
getPayloadFromFileSystem
-