Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to not include sub_ids in message import
Previously, sub_ids were included in message import. On Android 14 (API level 34), this causes messages with certain sub_ids to (silently) fail to import. Preservation of sub_ids is of limited benefit anyway, since the sub_ids on the target device may not correspond to those of the source device. The default behavior has therefore been changed to set all sub_ids to "-1" upon import, since negative values indicate that "the sub_id cannot be determined": https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#SUBSCRIPTION_ID The old behavior is still available via a settings toggle. Addresses: #118, #128
- Loading branch information