System Backup Status
Android implementation of SystemBackupStatus.
Note: There's no public API for apps to directly check if Google Backup is enabled. We use heuristics based on system properties and settings when possible. The backup rules configuration ensures our app data is included when backup runs.
Platform-specific system backup status checking.
Android: Uses BackupManager to check if Google Backup is enabled iOS: Always returns true (iCloud backup is handled differently)