-
Notifications
You must be signed in to change notification settings - Fork 159
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
Not working on Android 10 onwards #151
Comments
@niyasali64 Can you please try this in AndroidManifest.xml it's working for me after adding this
|
I'm facing the same. |
From GPT4 summarizing something that I loosely remembered: starting with Android 10 (API level 29), Google introduced additional restrictions and changes regarding privacy and how apps can interact with other apps installed on the same device. One of the key changes affects an app's ability to query the presence of other apps on the device. This change was implemented as part of Android's ongoing efforts to enhance user privacy. Querying Installed Apps RestrictionBefore Android 10, apps could freely query the list of installed apps on a device. This capability could be used for various purposes, such as checking for the presence of companion apps, competitive analysis, or feature enhancement based on available apps. However, this could also potentially be exploited to gather information about the user without their knowledge. With Android 10, Google restricted this capability. Apps now need to declare specific permissions in their manifest file to query installed apps. Specifically, apps must declare the <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/> Implications
Best PracticesDevelopers are encouraged to minimize their use of the For opening an email client, as discussed earlier, using an intent with the action |
The App2 is installed, Working on up to Android 9.
But afterward not working, it is going to the play store link,
The text was updated successfully, but these errors were encountered: