Lukasz

Results 3 issues of Lukasz

**Describe the bug** CleverTap SDK performs IO operation on the main thread that causes ANRs: `com.clevertap.android.sdk.inapp.images.FileResourceProvider.` **Screenshots/Logs** ![image](https://github.com/user-attachments/assets/9cf41c75-5b6b-437a-81b1-0d3bcdbaa968) [com.mkopa.app_issue_a5e0615a470e02bdca11de1d9c27ef2d_ANR_session_670A3126026000016A255846361A2144_DNE_0_v2_stacktrace.txt](https://github.com/user-attachments/files/17478549/com.mkopa.app_issue_a5e0615a470e02bdca11de1d9c27ef2d_ANR_session_670A3126026000016A255846361A2144_DNE_0_v2_stacktrace.txt) **Environment (please complete the following information):** - Device: Nokia C22 -...

StrictModeViolation

**Describe the bug** An `IllegalAccessException` occurred while initialising CleverTap with `applicationContext` (following documentation) **To Reproduce** ``` override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) CleverTapAPI.getDefaultInstance(applicationContext) } ``` **Screenshots/Logs** Tried to access visual...

StrictModeViolation

**Describe the bug** StrictMode policy violation occurred while displaying InApp notification **Screenshots/Logs** StrictMode policy violation; ~duration=12 ms: android.os.strictmode.DiskReadViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1679) at libcore.io.BlockGuardOs.access(BlockGuardOs.java:74) at libcore.io.ForwardingOs.access(ForwardingOs.java:128) at android.app.ActivityThread$AndroidOs.access(ActivityThread.java:8551) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:313) at java.io.File.exists(File.java:813)...

StrictModeViolation