Don't prompt users to enable Google Play services if disabled or unavailable (#3152)
* fix(telemetry): prevent Google Play Services spam notifications Check for Google Play Services availability before initializing Firebase to prevent system notifications when GPS is disabled or uninstalled. - Add GPS availability check using GoogleApiAvailability - Wrap Firebase initialization in try-catch for additional safety - Skip Firebase initialization gracefully when GPS unavailable - Add proper logging for debugging purposes - Add core.common dependency to telemetry module for logcat support Fixes #3135 * docs: add changelog entry for Google Play Services notification fix --------- Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
@@ -11,6 +11,9 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
|
||||
- `Other` - for technical stuff.
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Don't prompt users to enable Google Play services if disabled or unavailable ([@leodyversemilla07](https://github.com/leodyversemilla07)) ([#3152](https://github.com/mihonapp/mihon/pull/3152))
|
||||
|
||||
### Improved
|
||||
- Show informative error when trying to add unapproved titles to list on MAL ([@MajorTanya](https://github.com/MajorTanya)) ([#3155](https://github.com/mihonapp/mihon/pull/3155))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user