Answer
If you want to add the limitation of version code for lambda you can do the below.
checkManageExternalStorageCallback = @RequiresApi(Build.VERSION_CODES.R) {
// do something
},
If you want to add the limitation of version code for lambda you can do the below.
checkManageExternalStorageCallback = @RequiresApi(Build.VERSION_CODES.R) {
// do something
},
コメント