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