Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Apps not showing on android 11 with 1.4.9 #160

Open
friuns2 opened this issue Jan 19, 2023 · 5 comments
Open

Apps not showing on android 11 with 1.4.9 #160

friuns2 opened this issue Jan 19, 2023 · 5 comments
Labels

Comments

@friuns2
Copy link

friuns2 commented Jan 19, 2023

Hello when i'm trying to share image, i have popup no apps showing (only "copy to" button), on my older phone everything works fine all apps are showing, what can be the problem?

@friuns2 friuns2 added the bug label Jan 19, 2023
@yasirkula
Copy link
Owner

May I ask the model of the phone, whether or not you've modified the plugin's source code or used AndroidJavaClass to change native static variables?

@friuns2
Copy link
Author

friuns2 commented Jan 20, 2023

Xiaomi poco x3 pro, i unpacked unitypackage and removed queries from aar manifest, can it be the problem?

@yasirkula
Copy link
Owner

It might, yeah. Especially if the device is in landscape orientation.

@friuns2
Copy link
Author

friuns2 commented Jan 20, 2023

yes it was because of query, i added
uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
and now its working

btw, thanks for all awesome plugins you making! They way better than paid ones and they free

@yasirkula
Copy link
Owner

You're welcome! Note that QUERY_ALL_PACKAGES permission might cause issues while submitting to Google Play for security reasons.

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

No branches or pull requests

2 participants