Strict mode in android 2.2

后端 未结 6 578
庸人自扰
庸人自扰 2020-12-06 03:56

I have target sdk set as 3.2 and min sdk as 2.2, how can I use strictmode in my application, as I understand it is introduced but cannot really understand how to start using

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 04:11

    It helped in resolving the issue by checking the api level and then executing strict mode.

提交回复
热议问题