According to Android's documentation on broadcasts, "if your app targets Android 8.0 or higher, you cannot use the manifest to declare a receiver for most implicit broadcasts (broadcasts that don't target your app specifically)."
ATS broadcasts to VBS need to target VBS directly.
According to Android's documentation on broadcasts, "if your app targets Android 8.0 or higher, you cannot use the manifest to declare a receiver for most implicit broadcasts (broadcasts that don't target your app specifically)."
ATS broadcasts to VBS need to target VBS directly.