If your compileSdkVersion and targetSdkVersion is 30 (or above), then add the following to your Android manifest:
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
That should resolve your issue.