Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppLauncher doesn't work with Android 11+ #45

Open
moaatazaamer opened this issue May 31, 2022 · 3 comments
Open

AppLauncher doesn't work with Android 11+ #45

moaatazaamer opened this issue May 31, 2022 · 3 comments

Comments

@moaatazaamer
Copy link

As per android documentation, package visibility privacy has been changed, and now package must be specified in order to be accessible/visible for other apps on the same device.

[I found some solutions ] (https://developer.android.com/training/package-visibility/declaring)

by adding package name into queries element in the AndroidMainfest file, but it doesn't seem to be working.

@latere-a-latere
Copy link

I solved this issue by adding the following to my config.xml file, under widget/platform name=android/:

<config-file mode="merge" parent="/manifest/queries" target="app/src/main/AndroidManifest.xml" xmlns:android="http://schemas.android.com/apk/res/android">
    <package android:name="foo.bar.app" />
</config-file>

@ragcsalo
Copy link

So there is no fix for this without manually adding the app package name to AndroidMainfest.xml? :-(

@moaatazaamer
Copy link
Author

no known way to fix it other than adding the package name into the mainfest.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants