giorgos.nl
giorgos.nl

Reputation: 2842

Collections.singletonList works on APIs < 26

According to the official documentation, Collections.singletonList is added on API 26. I have targetSdkVersion 25 and minSdkVersion 19 and my app still compiles and runs perfectly on emulators/devices below 26 when I use this method. How is this possible ?

Upvotes: 1

Views: 42

Answers (0)

Related Questions