Yesterday i tried to create an object for this class to be able to use its methods getGsmBitErrorRate() and getGsmSignalStrength(), but Eclipse IDE throws me error that constructor is not visible. The line:
SignalStrength x = new SignalStrength();
Target SDK set in manifest file is 7. Any ideas what can be done to solve this problem?
Sorry, i forgot to mention that the programming language is Java and I am trying to make an app for Android.