Instabug-Android icon indicating copy to clipboard operation
Instabug-Android copied to clipboard

Bug reporting by screenshot invocation isn't working for targetSdkVersion less than 30

Open wangbax opened this issue 3 years ago • 3 comments

Steps to Reproduce the Problem

  1. Change Sample build.gradle targetSdkVersion less than 30 (eg: 29, 28, 26)
  2. Run app
  3. Take a screenshot

Expected Behavior

Show Instabug dialog

Actual Behavior

Nothing happend

Instabug integration code

defaultConfig {
    applicationId "com.example.instabug"
    minSdkVersion 15
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"
    multiDexEnabled true
    flavorDimensions "default"
    vectorDrawables.useSupportLibrary = true
}

SDK Version

11.6.0

Android Version

Android 12 & Android 13

Device Model

HUAWEI ANA-AN00 & Emulator

[Optional] Project That Reproduces the Issue

wangbax avatar Dec 20 '22 14:12 wangbax

Hi @wangbax, thank you for reaching out. Can you please provide a sample app ?

yaraabdelhakiim avatar Mar 21 '23 10:03 yaraabdelhakiim

@yaraabdelhakiim This example is also possible, just change thetargetSdkVersion to29

wangbax avatar Mar 27 '23 08:03 wangbax

Same problem

Aento avatar Jan 23 '24 12:01 Aento