Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lpnsk/220fcf3580f09cff16f3b8cdacb13e8b to your computer and use it in GitHub Desktop.
Save lpnsk/220fcf3580f09cff16f3b8cdacb13e8b to your computer and use it in GitHub Desktop.
FIX : LOS 19 Intent filter verification service keeps stopping

FIX : Intent filter verification service keeps stopping

Found this fix on reddit to keep this issue from happening on LineageOS 19.x with MicroG.

Root users :

Use the built-in terminal or Termux

  su
  pm disable-user --user 0 com.android.statementservice

Non-root users :

Hook the phone to a PC with android tools installed and USB debugging enabled, run this on your command line utility

  adb shell
  pm disable-user --user 0 com.android.statementservice
@pswilde
Copy link

pswilde commented Jul 20, 2022

👍 👍
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment