What TickTick's persistent notification actually shows
When you enable the persistent (ongoing) notification in TickTick on Android, you get:
- A pinned notification on the lock screen and pull-down shade
- A list of today's tasks (configurable: today, next 7 days, all)
- Tap a task to mark it complete or open it in the app
- A "+" button to add a new task
- Configurable visibility: lock screen on/off, persistent on/off
It's a useful feature. For users who already live inside TickTick, it makes the task list visible without unlocking the phone or opening the app.
The limit most people don't notice until they try it
Tapping the "+" button on TickTick's persistent notification does not drop a text input field inside the notification shade. Instead, it triggers TickTick's in-app quick-add overlay — a small Activity that floats on top of whatever you were doing. You then type, set the date, and submit.
This is fast, but it is a context switch:
- You pull down the shade
- You tap "+"
- TickTick's quick-add screen takes focus
- You type
- You submit and return to whatever you were doing
For task capture — meaning the moment you remember "I need to buy milk tomorrow" while you are already mid-scroll — this still requires the screen to change, the keyboard to mount inside an Activity, and a focus shift away from your current app.
RemoteInput API allows apps to put a text input field directly inside a notification's expanded view (the same way WhatsApp lets you reply to a message without opening WhatsApp). TickTick uses notifications to display tasks but does not use RemoteInput for adding new ones.
Common problems with TickTick's persistent notification
"My TickTick notification keeps disappearing"
Usually a battery optimization issue. On Xiaomi, Oppo, Vivo, Huawei, and Samsung One UI, the system aggressively kills background processes. Fix: Settings → Apps → TickTick → Battery → Don't optimize, plus enable Autostart on Xiaomi/Oppo/Vivo.
"The notification shows but the + button does nothing"
Notification access permission may be revoked, or the in-app overlay permission ("Display over other apps") is off. Both are required for the quick-add flow.
"It works on my old phone but not on my new one"
Newer Android versions (12+, 13+, 14+) added stricter restrictions on foreground services and notifications. Apps must declare a specific foreground service type. If TickTick hasn't been updated for your Android version, the persistent notification can drop silently.
"The persistent notification is using too much battery"
An ongoing notification itself does not consume battery. What does is the background sync. Turn off "Sync in background" if you only use TickTick locally on the device.
How TickTick's persistent notification compares to alternatives
| Feature | TickTick | SnapTask | Google Tasks | Microsoft To Do |
|---|---|---|---|---|
| Persistent notification | Yes | Yes | No | No |
| Type new task inside the notification | No (opens app overlay) | Yes (RemoteInput) | No | No |
| Shows today's tasks in notification | Yes | Counts only | No | No |
| Works without account | No | Yes | No | No |
| Works fully offline | Limited | Yes | No | No |
| App size | ~70 MB | Under 4 MB | ~30 MB | ~50 MB |
| Price for full feature set | ~$35/year (Premium) | Free (Pro: $2/mo) | Free | Free |
If you only need fast capture from the notification shade
SnapTask was built around exactly this gap. Instead of a button that opens an in-app overlay, the persistent notification has a text field. You tap, the keyboard mounts, you type, you tap send. The app never opens. There is no Activity transition.
The flow:
- Pull down the notification shade from anywhere — lock screen, home screen, mid-scroll inside another app
- Tap the SnapTask input field in the persistent notification
- Type the task: Email landlord tomorrow
- Tap send
That's it. The task is saved with a parsed reminder ("tomorrow" is detected automatically in 17 languages). The app you were using never lost focus. No account required. Storage is fully on-device.
Should you switch from TickTick?
Honest answer: it depends on what you actually use TickTick for.
- Stay with TickTick if you use the calendar view, project hierarchy, recurring tasks, Pomodoro timer, habit tracker, or shared lists with a team. TickTick is a full personal information manager.
- Try SnapTask if 90% of your TickTick use is "type a quick thing, get a reminder, mark done." A 70 MB app for that workload is overkill, and the persistent notification's quick-add overlay still feels heavier than it needs to be.
You can also run both. SnapTask for capture, TickTick (or another tool) for project planning. They don't conflict — they live in different jobs.
Type tasks straight into the notification shade.
No app launch. No account. No premium upsell. Free APK under 4 MB.
Download Free APKFrequently asked questions
Does TickTick have a persistent notification on Android?
Yes. TickTick provides a persistent (ongoing) notification that lists today's tasks and offers a quick-add button. The button opens an in-app overlay rather than a text field inside the notification.
Can you type a task directly in TickTick's notification?
No. Tapping the add button on TickTick's persistent notification opens the app's quick-add screen. The text field is inside an Activity, not inside the notification's expanded view.
Why does my TickTick persistent notification keep disappearing?
Most often it's battery optimization on the device. On Xiaomi, Oppo, Vivo, and Samsung phones, you need to disable battery optimization for TickTick and enable Autostart. Newer Android versions also enforce stricter foreground service rules.
Is there a lighter alternative with true notification bar input?
Yes. SnapTask uses Android's RemoteInput API to place a text field directly in the notification shade. You type the task without opening the app. Free, under 4 MB, no account required.
Can I use TickTick and SnapTask together?
Yes. They serve different roles. SnapTask is for fast capture from anywhere on the device. TickTick is a full task management system with projects, calendar, and habits. Some users keep both — capture in SnapTask, plan in TickTick.
Does the persistent notification drain battery?
The notification itself does not. Background sync does. If you turn off background sync (or use a fully offline app like SnapTask), battery impact is negligible.