Forum Discussion
sebrk
2 years agoExplorer
Starting another application using intents
I've implemented a native Android plugin that I call from Unity C# script to start another application using an intent like so: Intent launchIntent = context.getPackageManager().getLaunchIntentForPa...
- 2 years ago
As a good citizen I will provide the solution. Since Android 11 you need to query for visibility on some intents. This can be done on different levels. I choose to use QUERY_ALL_PACKAGES.
Not sure how this affects reviews but for my use case it works fine.
Read more here:
https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9
https://developer.android.com/about/versions/11/privacy/package-visibility#all-apps
sebrk
2 years agoExplorer
As a good citizen I will provide the solution. Since Android 11 you need to query for visibility on some intents. This can be done on different levels. I choose to use QUERY_ALL_PACKAGES.
Not sure how this affects reviews but for my use case it works fine.
Read more here:
https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9
https://developer.android.com/about/versions/11/privacy/package-visibility#all-apps
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 2 years ago
- 4 months ago
- 2 years agoAnonymous