SmsMessage message = SmsMessage.createFromPdu((byte[]) obj);
//In the above code, I get a line on 'createFromPdu()' method. //So should i add any dependencies or any other solution. Please help me
Which dependencies should I add or change?
SmsMessage message = SmsMessage.createFromPdu((byte[]) obj);
//In the above code, I get a line on 'createFromPdu()' method. //So should i add any dependencies or any other solution. Please help me
Which dependencies should I add or change?
Copyright © 2021 Jogjafile Inc.
Basically this was introduced for Android Marshmallow to support "3gpp" for GSM/UMTS/LTE messages in 3GPP format or "3gpp2" for CDMA/LTE messages in 3GPP2 format.
this is simple example, I hope it will help you