mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-25 00:00:05 +08:00
* 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