Examine Android 10 blacklisted non-SDK interfaces
Backport of Java 8/9 java.util.stream API to Java 6/7 and Android
Brought to you by:
stefan-zobel
Additional "non-SDK" interfaces restrictions have been added in Android 10.
Examine and see whether something can be done to make that working on API level >= 29 runtimes.
https://github.com/retrostreams/android-retrofuture/issues/3
https://developer.android.com/preview/behavior-changes-all
https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces
Anonymous
All tests (block 1 - block 14) pass on an API 29 Pixel 3 emulator.