Found the fix, manifest needs the "query all packages" permission, like so
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> <!-- Other permissions and application components -->