Notifications Settings
Open via Settings β Notifications. This is the home of the automatic transaction entry β never need to type a bank transaction again.
Push Notification Settings
Bluecoins listens to push notifications from banking apps and turns them into transactions automatically.
- Enable the Notification Listener (required) β grant the app notification access when prompted.
- Select banking apps β the app shows whatβs installed and recognized (via the manifest
<queries>block); add your bank if missing. - Account picker β choose which Bluecoins account new transactions land in.
- Confirmation flow β each detected notification creates a draft for you to confirm (or auto-save, per the setting).
Thereβs also SMS-based entry: SMS Banking Notification reads your SMS inbox for similar alerts. (SMS permission is requested only for this purpose.)
Reminder Notifications
- Daily reminder β a configurable daily time at which Bluecoins reminds you to review transactions.
- Credit card reminder β remind you N days before a credit card due day (respects the cutoff/due days).
FAQ
- Q: Does the listener read all my notifications? It processes messages only for recognized banking patterns; everything stays on-device.
- Q: Why is my banking app not listed? The app must be present in the manifest
<queries>block to be visible from Android 11+ (seeadd-notification-appskill in the app repo), and we must add it to supported apps. Use βAdd appβ to register it. - Q: Do I need push permission for actual banks? Only if you want the automatic draft flow β otherwise, continue manually.