-
-
Notifications
You must be signed in to change notification settings - Fork 120
UPI Payment is not showing in Android level 11 & 10. #149
Comments
When an app targets Android 11 (API level 30) or higher and queries for information about the other apps that are installed on a device, the system filters this information by default. The limited package visibility reduces the number of apps that appear to be installed on a device, from your app's perspective. Solution: |
Above you have mention the code but you have not attached the code please provide it. |
I found the solution for it which is below,
|
Yes, indeed it is. but only Intent filter can also do the job done. As it will also allows your app to query all apps that are provoked by "upi Scheme" rather than querying specific packages.👍 |
Write information about Bug/Feature Request here
UPI payment option is not showing in android level 10 and 11, but it showing in lower level
The text was updated successfully, but these errors were encountered: