privacy-tech-lab / gpc-android

Code and dynamic analysis scripts for GPC on Android
https://privacytechlab.org/
MIT License
4 stars 1 forks source link

Issue 53 #55

Closed n-aggarwal closed 1 year ago

n-aggarwal commented 1 year ago

GPC Android App

n-aggarwal commented 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?

kasnder commented 1 year ago

good q. since this is a system app, i think it should be fine according to the provided link.