You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: