filterCompatible

Returns a Provider giving out only APK splits which are the most compatible with the device by applying sortedByCompatibility operation and calling filterPreferred on the resulting SplitPackage.

If exact device's screen density, ABI or locale doesn't appear in the splits, nearest matching split is chosen.

This function will call Context.getApplicationContext internally, so it's safe to pass in any Context.