Android logcat shows app “interaction:” “BLOCKED”

I’m using Android Studio 2020.3.1 to watch debug messages for my app in the logcat. The app is a blank project made with Delphi 11.

Setting the logcat filter to com.bookup has these two lines appear:

2022-01-16 16:07:41.227 1247-1378/? I/AppsFilter: interaction: PackageSetting{138dd45 com.bookup.ThisIsMikesTestProjectOfDoom/10332} -> PackageSetting{3e91e66 com.paypal.android.p2pmobile/10229} BLOCKED
0222-01-16 16:08:02.394 1247-1378/? I/AppsFilter: interaction: PackageSetting{138dd45 com.bookup.ThisIsMikesTestProjectOfDoom/10332} -> PackageSetting{3e91e66 com.paypal.android.p2pmobile/10229} BLOCKED

The PayPal app is running on the Android device.

Am I correct in understanding these lines to say that my empty app tried to “interact” with the PayPal app and was “blocked?” Is that normal?

Read more here: Source link