The Prebid SDK collects device screen information and user geolocation; however, the current implementation relies on deprecated methods.
Issues identified:
- Location Services:
LastKnownLocationInfoManager does not properly handle modern COARSE and FINE location permissions, relying instead on outdated permission models.
- Display Metrics:
DeviceInfoImpl uses deprecated methods to retrieve screen width and height.
- Network Connectivity:
NetworkConnectionInfoManager employs deprecated APIs to determine the network connection type.
The Prebid SDK collects device screen information and user geolocation; however, the current implementation relies on deprecated methods.
Issues identified:
LastKnownLocationInfoManagerdoes not properly handle modern COARSE and FINE location permissions, relying instead on outdated permission models.DeviceInfoImpluses deprecated methods to retrieve screen width and height.NetworkConnectionInfoManageremploys deprecated APIs to determine the network connection type.