Fix(MIUI): Auto-restart notification listener & Autostart dialog#322
Conversation
…istener service after user grants auto start for miui devices.
…fix/miui-mute-not-working
|
A debug APK build is available for this pull request. Download ad-silence-v0.8.0-dev-debug APK Certificate SHA-256: ️Google Play Protect NoticeGoogle Play Protect might block the installation of this app because it requests notification permissions. This is a known issue due to recent verification changes, and an appeal has already been raised with Google. If you encounter this, you may need to temporarily pause Google Play Protect to install the app. Security VerificationThe app is built via GitHub Actions. You can trust debug/release builds downloaded directly from:
Please do not trust builds from other sources. Certificate FingerprintSigner #1 Certificate SHA-256: Verification Commands: On PC (Java/Android SDK): # Option 1: Using apksigner (Android SDK)
apksigner verify --print-certs <apk-file>
# Option 2: Using keytool (Java)
keytool -printcert -jarfile <apk-file>On Android: |
This PR fixes Fixes issue where notification listener fails to start on MIUI devices.
Adds:
closes #316
