as the subject suggests i have a problem on the app i have made with the backgroundmaps not showing on older models. The background maps comes from a group on an agol organisation https://danmarksdata.maps.arcgis.com/home/group.html?sortField=modified&sortOrder=desc&id=1a2896d741ac4fc19da7f1b13aa5f82d#content. i use http calls to the rest api to find the items in the group and then uses:
Basemap.withItem(basemapitem.results[0]);
to make the Basemap object.
the newest version of android where is fails has been android 13 api 33-ext5.
has any one else experienced something like this and has a solution to this.