python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CarrierService.onLoadConfig not being called even after gaining Carrier Privileges
I am working on a feature where i need to update some CarrierConfig for our subscriptions once the Sim is being installed and the app gains the Carrier Privileges. Now the app successfully gains the ...
Furqan Khan
Votes: 0
Answers: 1
Android PhoneStateListener.LISTEN_SIGNAL_STRENGTHS and TelephonyManager#requestCellInfoUpdate return different signal strength
I want to monitor the cellular signal strength. My testing device use WCDMA.
telephonyManager.requestCellInfoUpdate(mainExecutor,object : TelephonyManager.CellInfoCallback() {
override fun onCellI...
Ricky Mo
Votes: 0
Answers: 0
Convert RSRP to RSSI from CellSignalStrengthLte
So I need to get RSSI of LTE network and I know that CellSignalStrengthLte has special method for getting RSSI, but it is available for API >= 29, but my app has min API of 23.
However I can get a ...
MrArtyD
Votes: 0
Answers: 1
Ussd Handling on Android 8+ without accessibility
I've been trying to handle multi-session USSD response using the new sendUssdRequest Telephony API for like a week now. So far I've been able to see only propositions for accessibility which I don't c...
al kaj
Votes: 0
Answers: 1