Async task not supporting in android 9.0 (Pie)

后端 未结 2 1900
[愿得一人]
[愿得一人] 2021-01-06 00:14

I was working on my code. it was working fine on version 8(Oreo) after that I got an update of android v 9.0 (Pie) and the app stopped working suddenly. after checking I got

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-06 00:26

    I was also facing the same issue but After Adding the below code in my manifest file the issue got resolved

    for reference you can also check this url: https://developer.android.com/about/versions/pie/android-9.0-changes-28

    manifest.xml

    
    
    
    
    

提交回复
热议问题