i know example that this:
in B4A is:
but if i have this in java code:
this code in B4A is... ??
Thank you all
B4X:
TelephonyManager telMgr = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
B4X:
telephonyManager = (TelephonyManager) ba.applicationContext.getSystemService(ba.applicationContext.TELEPHONY_SERVICE);
but if i have this in java code:
B4X:
telephonyInfo = TelephonyInfo.getInstance(this);
this code in B4A is... ??
Thank you all