Forward and Backup SMS automatically forwards incoming SMS messages to Email, Telegram, or your secure cloud account for real-time access across all your devices.
The app uses a foreground service to ensure reliable, instant SMS forwarding. This foreground service runs only when SMS forwarding is enabled by the user and displays a persistent notification indicating that SMS forwarding is active.
Why foreground service is required:
The foreground service ensures that incoming SMS messages are processed and forwarded immediately, even when the app is not open. Without the foreground service, Android may stop or delay message processing, causing missed or delayed forwarding.
The foreground service:
Is started only after the user enables SMS forwarding in app settings
Shows a visible notification while active
Can be stopped anytime by the user from the app or notification
Runs only while forwarding is enabled
Is essential to provide reliable real-time SMS forwarding
Required permissions:
RECEIVE_SMS — Detect incoming SMS messages for forwarding
FOREGROUND_SERVICE_REMOTE_MESSAGING — Enables real-time SMS forwarding using a foreground service
POST_NOTIFICATIONS — Displays status notifications so the user knows forwarding is active
RECEIVE_BOOT_COMPLETED — Restores forwarding after device restart, if enabled by user
Data usage and privacy:
SMS messages are used only for forwarding to destinations configured by the user
Messages are transmitted securely to https://sms2mail.net
only to enable delivery to Email or Telegram
No messages are shared, sold, or used for advertising
The app does not collect contacts or unrelated personal data
User control and transparency:
SMS forwarding must be explicitly enabled by the user
A persistent notification clearly indicates when forwarding is active
Users can stop forwarding at any time
The foreground service runs only when necessary
Privacy Policy:
https://sms2mail.net/private_policy_sms2web.htm