When I use api 25 as my compile sdk some methods from class SignalStrength are getting marked as hidden. Example
api 25
SignalStrength
How to deal with it if I need to use SignalStrength.getLteRsrp() but it is hidden?
SignalStrength.getLteRsrp()