This app can read notifications from WeChat with NotificationListenerService, and re-post
an improved version to utilize new notification features in recent Android. It can also record recalled messages, customize notification for interested person and mute group chats.
* Please open the app in your launcher drawer after installation and authorize notification access there.
* On some devices you may need to grant the app permission to start at boot time.
Features:
- Utilize MessagingStyle notification from Android Nougat (Also compatible with older Android versions)
- View unread messages in expanded notification.
- Record recalled text messages.
- Customize notifications for interested person / message.
- Mute group chat notifications.
- Use round notification icons (Optional)
- Other notification settings available.
The name in application manager does not contain "Notification Tweaks", and that is for showing the correct title in notification header above Android Nougat.
You need to open the app in your launcher's app drawer because the main entrance (PackageManager.getLaunchIntentForPackage()) for this app is set to the shortcut, so that click on system generated bundled notification will work correctly.
This app may not support ROMs such as old MIUI that have massively modified the notification layout.
This app uses Accessibility services.
It can help people with disability to clear notifications once WeChat is opened, and is optional and off by default.
- Fixed message count when previous message is a retraction.
- Comply with Google Play AccessibilityService policy.