Files
cordova-android/framework
Manuel Beck 7dd7f5042c chore: cleanup PermissionHelper (#1925)
* chore: cleanup PermissionHelper

- AndroidStudio complained about methods not found linked in JavaDoc for the class CordovaInterface: requestPermission(), requestPermissions() and hasPermission(). The parameter types were missing and were added.
- Removing unused imports

* fix: Add missing `@Deprecated` Java annotations
2026-06-30 15:58:16 +09:00
..