Trying to do some coding for Fold-ables and need to include these libraries
But in SDK Manager there are a lot of "androidx.window." options.
Which ones would I need to include to use these features?
B4X:
import androidx.window.layout.DisplayFeature;
import androidx.window.layout.FoldingFeature;
import androidx.window.layout.WindowInfoTracker;
import androidx.window.layout.WindowLayoutInfo;
But in SDK Manager there are a lot of "androidx.window." options.
Which ones would I need to include to use these features?