You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Android 12+ foreground service & SplashScreen adaptation
- ProfileReceiver: Fix ForegroundServiceStartNotAllowedException on Android 12+
when AlarmManager triggers background profile updates. Falls back to direct
background update via coroutine.
- SplashScreen: Add values-v31/themes.xml to adapt Android 12 mandatory
SplashScreen API.
- Logs: Add READ_LOGS permission for crash log collection on rooted/debug devices.
Squashed from PR MetaCubeX#726 (Gong-Mi/ClashMetaForAndroid).
0 commit comments