I'm getting a java.util.MissingResourceException due to the below code in Amazon Kindle Fire, which otherwise works perfectly fine ->
TelephonyManager tm = (TelephonyManager) cntx.getSystemService(Context.TELEPHONY_SERVICE);
Any insights please if I'm missing something, which can be rectified?