erisu opened a new pull request #1274: URL: https://github.com/apache/cordova-android/pull/1274
### Motivation, Context & Description #### Added Todo Comment [`setSaveFormData`](https://developer.android.com/reference/android/webkit/WebSettings#setSaveFormData(boolean)) Remove this setting once Cordova drops support for API Level 26. > This method was deprecated in API level 26. > In Android O and afterwards, this function does not have any effect, the form data will be saved to platform's autofill service if applicable. #### Remove [`setSavePassword`](https://developer.android.com/reference/android/webkit/WebSettings#setSavePassword(boolean)) > This method was deprecated in API level 18. > Saving passwords in WebView will not be supported in future versions. #### Remove [`setDatabasePath`](https://developer.android.com/reference/android/webkit/WebSettings#setDatabasePath(java.lang.String)) > This method was deprecated in API level 19. > Database paths are managed by the implementation and calling this method will have no effect. #### Added Todo Comment: [`setGeolocationDatabasePath`](https://developer.android.com/reference/android/webkit/WebSettings#setGeolocationDatabasePath(java.lang.String)) Remove this setting once Cordova drops support for API Level 24. > This method was deprecated in API level 24. > Geolocation database are managed by the implementation and calling this method will have no effect. ### Testing - `npm t` ### Checklist - [x] I've run the tests to see all new and existing tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
