Closed n-aggarwal closed 1 year ago
@kasnder I fixed the above mentioned things, but when I was trying to "commit and push", I got this warning: Warning:(61, 56) Consider adding a <queries> declaration to your manifest when calling this \ method; see https://g.co/dev/packagevisibility for details
which is referring to code in lines 65-66: List<ResolveInfo> list = c.getPackageManager().queryIntentActivities(intent, PackageManager.MATCH_DEFAULT_ONLY);
(More Specifically to queryIntentActivities
). Should I ignore that?
good q. since this is a system app, i think it should be fine according to the provided link.
GPC Android App