Browse Source
- Make all notifications clickable to open the app - Use PackageManager.getLaunchIntentForPackage() for reliable app launch - Add 'View Details' action button when URL is available - Maintain existing 'Dismiss' action button for all notifications - Enhanced logging for click intent and action button configuration - Proper Intent flags for NEW_TASK and CLEAR_TOP behavior Features: - Tap notification body: Opens app (with URL data if available) - Tap 'View Details': Opens URL in browser (if URL provided) - Tap 'Dismiss': Dismisses notification and cancels future scheduling Improves user experience with intuitive notification interactions.master
1 changed files with 47 additions and 12 deletions
Loading…
Reference in new issue