PackageManager.getInstalledPackages(PackageManager.GET_PERMISSIONS) uses the deprecated flags-based API on newer SDKs. Since this module compiles against recent Android SDKs, prefer the PackageInfoFlags overload on API 33+ (and keep a compat branch for older APIs) to avoid deprecation warnings and future breakage.
Originally posted by @Copilot in #134 (comment)
Originally posted by @Copilot in #134 (comment)