You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/session
Mihai Branescu 4efc661db8 For #5733 - Private mode notification - wrong home screen (#6188)
- added PRIVATE MODE intent extra to the notification action
 (could use also the OPEN_FROM_NOTIFICATION, but I considered this one to
 be more explicit. Kept the old one in case other checks will be done
 filtering for it)
- added intent? param to the getPrivateModeFromIntent method, because
onNewIntent() method does not set the activities intent, and it was needed
to be used both in onCreate() and onNewIntent()
5 years ago
..
NotificationSessionObserver.kt For #5075 - Fix boolean error for private mode notification persistence (#5120) 5 years ago
SessionNotificationService.kt For #5733 - Private mode notification - wrong home screen (#6188) 5 years ago
VisibilityLifecycleCallback.kt For #2053: Add persistent notification to close all private browsing tabs (#4913) 5 years ago