android-smsmms
android-smsmms copied to clipboard
Library for easily sending SMS and MMS for Android devices
- **Crash Log** java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE...
getting error on Uri messageUri = persister.persist(sendReq, Uri.parse("content://mms/outbox"), true, settings.getGroup(), null); at Transaction.java android 7.0 on galaxy s6, any ideas, please? ` 11-10 11:30:11.291 30247-30294/com.klinker.android.send_message.sample E/Transaction: error using system sending...
This is my code ` try { SharedPreferences sharedpreferences = getSharedPreferences(PREFS_NAME, Context.MODE_PRIVATE); String path_camera = sharedpreferences.getString("pref_path_camera", ""); File f= new File(path_camera); BitmapFactory.Options options = new BitmapFactory.Options(); options.inPreferredConfig = Bitmap.Config.ARGB_8888; Bitmap...
How can I get the message id when sending it? I am sending it this way. ``` val settings = Settings() settings.useSystemSending = true val transaction = Transaction(ctx, settings) val...
Am using this to send SMS but I can't get it to work on dual sim device. The logcat is E/MPlugin: Unsupported class: com.mediatek.common.telephony. IOwnerSimSupport
- There is no issue under Android 10 - Issue is with Android 11 / Google Pixel Phone - No issue on Galaxy Android 11 - Issue Log com.android.mms.service_alt.MmsNetworkManager [acquireNetwork]...
I updated my app to Android 12 and on an Android 12 device sending MMS fails
Change-Id: Icc2d54a4aac6e9ed2e1a448c9aece2d729405a02